#B5CBDA

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

Shades of Spindle #B5CBDA

Tints of Spindle #B5CBDA

Color information

#B5CBDA (or 0xB5CBDA) is unknown color: approx Spindle. HEX triplet: B5, CB and DA. RGB value is (181,203,218). Sum of RGB (Red+Green+Blue) = 181+203+218=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #B5CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBDA is #4A3425. Grayscale: #C6C6C6. Windows color (decimal): -4863014 or 14338997. OLE color: 14338997.

HSL color Cylindrical-coordinate representation of color #B5CBDA: hue angle of 204.32º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5CBDA is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181203218-
CMYK0.170.0700.15
HSL204.32º33.33%78.24%-
HSV(B)204.32º16.97%85.49%-
XYZ53.0757.674.65-
YUV198.13139.21115.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.07%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=30.07%
G=33.72%
B=36.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812032180.170.0700.15204.3233.3378.24
HexB5CBDA1170Fcc214e
Octal26531333221701731441116
Binary1011010111001011110110101000111101111110011001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CBDA; }

 p { color: rgb(181,203,218); }

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

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

 a { background-color: rgb(181,203,218); }

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

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

 span { border-color: rgb(181,203,218); }

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