#B9CBDA

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

Shades of Spindle #B9CBDA

Tints of Spindle #B9CBDA

Color information

#B9CBDA (or 0xB9CBDA) is unknown color: approx Spindle. HEX triplet: B9, CB and DA. RGB value is (185,203,218). Sum of RGB (Red+Green+Blue) = 185+203+218=606 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.53% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBDA is #463425. Grayscale: #C7C7C7. Windows color (decimal): -4600870 or 14339001. OLE color: 14339001.

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

Color convert

RGB185203218-
CMYK0.150.0700.15
HSL207.27º30.84%79.02%-
HSV(B)207.27º15.14%85.49%-
XYZ54.0258.0974.69-
YUV199.33138.54117.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.53%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=30.53%
G=33.50%
B=35.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852032180.150.0700.15207.2730.8479.02
HexB9CBDAF70Fcf1f4f
Octal27131333217701731737117
Binary10111001110010111101101011111110111111001111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBDA; }

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

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

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

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

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

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

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

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