#B9C8DA

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

Shades of Spindle #B9C8DA

Tints of Spindle #B9C8DA

Color information

#B9C8DA (or 0xB9C8DA) is unknown color: approx Spindle. HEX triplet: B9, C8 and DA. RGB value is (185,200,218). Sum of RGB (Red+Green+Blue) = 185+200+218=603 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.68% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9C8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C8DA is #463725. Grayscale: #C5C5C5. Windows color (decimal): -4601638 or 14338233. OLE color: 14338233.

HSL color Cylindrical-coordinate representation of color #B9C8DA: hue angle of 212.73º 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 #B9C8DA is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185200218-
CMYK0.150.0800.15
HSL212.73º30.84%79.02%-
HSV(B)212.73º15.14%85.49%-
XYZ53.3256.6874.46-
YUV197.57139.53119.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.68%
GREEN value IS 200 (78.52% from 255) = 33.17%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=30.68%
G=33.17%
B=36.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852002180.150.0800.15212.7330.8479.02
HexB9C8DAF80Fd51f4f
Octal271310332171001732537117
Binary101110011100100011011010111110000111111010101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C8DA; }

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

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

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

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

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

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

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

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