#B9C8D8

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

Shades of Spindle #B9C8D8

Tints of Spindle #B9C8D8

Color information

#B9C8D8 (or 0xB9C8D8) is unknown color: approx Spindle. HEX triplet: B9, C8 and D8. RGB value is (185,200,216). Sum of RGB (Red+Green+Blue) = 185+200+216=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #B9C8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C8D8 is #463727. Grayscale: #C5C5C5. Windows color (decimal): -4601640 or 14207161. OLE color: 14207161.

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

Color convert

RGB185200216-
CMYK0.140.0700.15
HSL210.97º28.44%78.63%-
HSV(B)210.97º14.35%84.71%-
XYZ53.0656.5873.09-
YUV197.34138.53119.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.78%
GREEN value IS 200 (78.52% from 255) = 33.28%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=30.78%
G=33.28%
B=35.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852002160.140.0700.15210.9728.4478.63
HexB9C8D8E70Fd31c4f
Octal27131033016701732334117
Binary10111001110010001101100011101110111111010011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C8D8; }

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

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

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

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

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

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

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

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