#B9CABE

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

Shades of Nebula #B9CABE

Tints of Nebula #B9CABE

Color information

#B9CABE (or 0xB9CABE) is unknown color: approx Nebula. HEX triplet: B9, CA and BE. RGB value is (185,202,190). Sum of RGB (Red+Green+Blue) = 185+202+190=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CABE is #463541. Grayscale: #C3C3C3. Windows color (decimal): -4601154 or 12503737. OLE color: 12503737.

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

Color convert

RGB185202190-
CMYK0.0800.060.21
HSL137.65º13.82%75.88%-
HSV(B)137.65º8.42%79.22%-
XYZ50.4256.2756.92-
YUV195.55124.87120.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.06%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=32.06%
G=35.01%
B=32.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852021900.0800.060.21137.6513.8275.88
HexB9CABE806158ae4c
Octal27131227610062521216114
Binary10111001110010101011111010000110101011000101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CABE; }

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

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

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

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

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

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

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

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