#B9C3CF

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

Shades of Spindle #B9C3CF

Tints of Spindle #B9C3CF

Color information

#B9C3CF (or 0xB9C3CF) is unknown color: approx Spindle. HEX triplet: B9, C3 and CF. RGB value is (185,195,207). Sum of RGB (Red+Green+Blue) = 185+195+207=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9C3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C3CF is #463C30. Grayscale: #C1C1C1. Windows color (decimal): -4602929 or 13616057. OLE color: 13616057.

HSL color Cylindrical-coordinate representation of color #B9C3CF: hue angle of 212.73º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9C3CF is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185195207-
CMYK0.110.0600.19
HSL212.73º18.64%76.86%-
HSV(B)212.73º10.63%81.18%-
XYZ50.7953.8566.75-
YUV193.38135.69122.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.52%
GREEN value IS 195 (76.56% from 255) = 33.22%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=31.52%
G=33.22%
B=35.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851952070.110.0600.19212.7318.6476.86
HexB9C3CFB6013d5134d
Octal27130331713602332523115
Binary101110011100001111001111101111001001111010101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C3CF; }

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

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

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

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

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

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

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

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