#B9CBC0

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

Shades of Nebula #B9CBC0

Tints of Nebula #B9CBC0

Color information

#B9CBC0 (or 0xB9CBC0) is unknown color: approx Nebula. HEX triplet: B9, CB and C0. RGB value is (185,203,192). Sum of RGB (Red+Green+Blue) = 185+203+192=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBC0 is #46343F. Grayscale: #C4C4C4. Windows color (decimal): -4600896 or 12635065. OLE color: 12635065.

HSL color Cylindrical-coordinate representation of color #B9CBC0: hue angle of 143.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CBC0 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB185203192-
CMYK0.0900.050.20
HSL143.33º14.75%76.08%-
HSV(B)143.33º8.87%79.61%-
XYZ50.8856.8358.16-
YUV196.36125.54119.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.90%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 192 (75.39% from 255) = 33.10%
R=31.90%
G=35%
B=33.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852031920.0900.050.20143.3314.7576.08
HexB9CBC0905148ff4c
Octal27131330011052421717114
Binary10111001110010111100000010010101101001000111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBC0; }

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

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

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

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

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

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

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

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