#B9C2CB

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

Shades of Spindle #B9C2CB

Tints of Spindle #B9C2CB

Color information

#B9C2CB (or 0xB9C2CB) is unknown color: approx Spindle. HEX triplet: B9, C2 and CB. RGB value is (185,194,203). Sum of RGB (Red+Green+Blue) = 185+194+203=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9C2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C2CB is #463D34. Grayscale: #C0C0C0. Windows color (decimal): -4603189 or 13353657. OLE color: 13353657.

HSL color Cylindrical-coordinate representation of color #B9C2CB: hue angle of 210º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9C2CB is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185194203-
CMYK0.090.0400.20
HSL210º14.75%76.08%-
HSV(B)210º8.87%79.61%-
XYZ50.0853.2164.13-
YUV192.33134.02122.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 194 (76.17% from 255) = 33.33%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=31.79%
G=33.33%
B=34.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851942030.090.0400.2021014.7576.08
HexB9C2CB94014d2f4c
Octal27130231311402432217114
Binary10111001110000101100101110011000101001101001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C2CB; }

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

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

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

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

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

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

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

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