#B9CABF

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

Shades of Nebula #B9CABF

Tints of Nebula #B9CABF

Color information

#B9CABF (or 0xB9CABF) is unknown color: approx Nebula. HEX triplet: B9, CA and BF. RGB value is (185,202,191). Sum of RGB (Red+Green+Blue) = 185+202+191=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CABF is #463540. Grayscale: #C3C3C3. Windows color (decimal): -4601153 or 12569273. OLE color: 12569273.

HSL color Cylindrical-coordinate representation of color #B9CABF: hue angle of 141.18º 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 #B9CABF is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB185202191-
CMYK0.0800.050.21
HSL141.18º13.82%75.88%-
HSV(B)141.18º8.42%79.22%-
XYZ50.5356.3257.5-
YUV195.66125.37120.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 191 (75% from 255) = 33.04%
R=32.01%
G=34.95%
B=33.04%

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
Decimal1852021910.0800.050.21141.1813.8275.88
HexB9CABF805158de4c
Octal27131227710052521516114
Binary10111001110010101011111110000101101011000110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CABF; }

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

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

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

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

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

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

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

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