#B5BECE

Color #B5BECE Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #B5BECE

Tints of Spindle #B5BECE

Color information

#B5BECE (or 0xB5BECE) is unknown color: approx Spindle. HEX triplet: B5, BE and CE. RGB value is (181,190,206). Sum of RGB (Red+Green+Blue) = 181+190+206=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BECE is #4A4131. Grayscale: #BDBDBD. Windows color (decimal): -4866354 or 13549237. OLE color: 13549237.

HSL color Cylindrical-coordinate representation of color #B5BECE: hue angle of 218.4º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5BECE is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181190206-
CMYK0.120.0800.19
HSL218.4º20.33%75.88%-
HSV(B)218.4º12.14%80.78%-
XYZ48.6151.1165.7-
YUV189.13137.52122.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 31.37%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=31.37%
G=32.93%
B=35.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811902060.120.0800.19218.420.3375.88
HexB5BECEC8013da144c
Octal265276316141002333224114
Binary1011010110111110110011101100100001001111011010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BECE; }

 p { color: rgb(181,190,206); }

 H1.HeaderClassName
 {
   color: #B5BECE;
 }
 .AnyTagClassName
 {
   color: #B5BECE;
 }
</style>
background-color css

<style>
 a { background-color: #B5BECE; }

 a { background-color: rgb(181,190,206); }

 div.DivClassName
 {
   background-color: #B5BECE;
 }
 .BgClassName
 {
   background-color: #B5BECE;
 }
</style>
border-color css

<style>
 span { border-color: #B5BECE; }

 span { border-color: rgb(181,190,206); }

 td.TdClassName
 {
   border-color: #B5BECE;
 }
 .TagClassName
 {
   border-color: #B5BECE;
 }
</style>