#B9C3CC

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

Shades of Spindle #B9C3CC

Tints of Spindle #B9C3CC

Color information

#B9C3CC (or 0xB9C3CC) is unknown color: approx Spindle. HEX triplet: B9, C3 and CC. RGB value is (185,195,204). Sum of RGB (Red+Green+Blue) = 185+195+204=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9C3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C3CC is #463C33. Grayscale: #C0C0C0. Windows color (decimal): -4602932 or 13419449. OLE color: 13419449.

HSL color Cylindrical-coordinate representation of color #B9C3CC: hue angle of 208.42º degrees, saturation: 0.16, 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 #B9C3CC is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185195204-
CMYK0.090.0400.2
HSL208.42º15.7%76.27%-
HSV(B)208.42º9.31%80%-
XYZ50.4253.764.84-
YUV193.04134.19122.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.68%
GREEN value IS 195 (76.56% from 255) = 33.39%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=31.68%
G=33.39%
B=34.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851952040.090.0400.2208.4215.776.27
HexB9C3CC94014d0104c
Octal27130331411402432020114
Binary101110011100001111001100100110001010011010000100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C3CC; }

 p { color: rgb(185,195,204); }

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

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

 a { background-color: rgb(185,195,204); }

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

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

 span { border-color: rgb(185,195,204); }

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