#B9C9BE

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

Shades of Nebula #B9C9BE

Tints of Nebula #B9C9BE

Color information

#B9C9BE (or 0xB9C9BE) is unknown color: approx Nebula. HEX triplet: B9, C9 and BE. RGB value is (185,201,190). Sum of RGB (Red+Green+Blue) = 185+201+190=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C9BE is #463641. Grayscale: #C2C2C2. Windows color (decimal): -4601410 or 12503481. OLE color: 12503481.

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

Color convert

RGB185201190-
CMYK0.0800.050.21
HSL138.75º12.9%75.69%-
HSV(B)138.75º7.96%78.82%-
XYZ50.1955.8156.84-
YUV194.96125.2120.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 201 (78.91% from 255) = 34.90%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=32.12%
G=34.90%
B=32.99%

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
Decimal1852011900.0800.050.21138.7512.975.69
HexB9C9BE805158bd4c
Octal27131127610052521315114
Binary10111001110010011011111010000101101011000101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C9BE; }

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

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

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

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

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

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

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

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