#B9C2D0

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

Shades of Spindle #B9C2D0

Tints of Spindle #B9C2D0

Color information

#B9C2D0 (or 0xB9C2D0) is unknown color: approx Spindle. HEX triplet: B9, C2 and D0. RGB value is (185,194,208). Sum of RGB (Red+Green+Blue) = 185+194+208=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 208 - color contains mainly: blue. Hex color #B9C2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C2D0 is #463D2F. Grayscale: #C0C0C0. Windows color (decimal): -4603184 or 13681337. OLE color: 13681337.

HSL color Cylindrical-coordinate representation of color #B9C2D0: hue angle of 216.52º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9C2D0 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185194208-
CMYK0.110.0700.18
HSL216.52º19.66%77.06%-
HSV(B)216.52º11.06%81.57%-
XYZ50.6853.4567.32-
YUV192.9136.52122.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.52%
GREEN value IS 194 (76.17% from 255) = 33.05%
BLUE value IS 208 (81.64% from 255) = 35.43%
R=31.52%
G=33.05%
B=35.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851942080.110.0700.18216.5219.6677.06
HexB9C2D0B7012d9144d
Octal27130232013702233124115
Binary101110011100001011010000101111101001011011001101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C2D0; }

 p { color: rgb(185,194,208); }

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

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

 a { background-color: rgb(185,194,208); }

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

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

 span { border-color: rgb(185,194,208); }

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