#B9CAC0

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

Shades of Nebula #B9CAC0

Tints of Nebula #B9CAC0

Color information

#B9CAC0 (or 0xB9CAC0) is unknown color: approx Nebula. HEX triplet: B9, CA and C0. RGB value is (185,202,192). Sum of RGB (Red+Green+Blue) = 185+202+192=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CAC0 is #46353F. Grayscale: #C3C3C3. Windows color (decimal): -4601152 or 12634809. OLE color: 12634809.

HSL color Cylindrical-coordinate representation of color #B9CAC0: hue angle of 144.71º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9CAC0 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB185202192-
CMYK0.0800.050.21
HSL144.71º13.82%75.88%-
HSV(B)144.71º8.42%79.22%-
XYZ50.6456.3658.08-
YUV195.78125.87120.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 202 (79.30% from 255) = 34.89%
BLUE value IS 192 (75.39% from 255) = 33.16%
R=31.95%
G=34.89%
B=33.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852021920.0800.050.21144.7113.8275.88
HexB9CAC08051591e4c
Octal27131230010052522116114
Binary10111001110010101100000010000101101011001000111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CAC0; }

 p { color: rgb(185,202,192); }

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

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

 a { background-color: rgb(185,202,192); }

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

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

 span { border-color: rgb(185,202,192); }

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