#B9CCBE

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

Shades of Nebula #B9CCBE

Tints of Nebula #B9CCBE

Color information

#B9CCBE (or 0xB9CCBE) is unknown color: approx Nebula. HEX triplet: B9, CC and BE. RGB value is (185,204,190). Sum of RGB (Red+Green+Blue) = 185+204+190=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCBE is #463341. Grayscale: #C4C4C4. Windows color (decimal): -4600642 or 12504249. OLE color: 12504249.

HSL color Cylindrical-coordinate representation of color #B9CCBE: hue angle of 135.79º degrees, saturation: 0.16, 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 #B9CCBE is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB185204190-
CMYK0.0900.070.2
HSL135.79º15.7%76.27%-
HSV(B)135.79º9.31%80%-
XYZ50.8957.2257.08-
YUV196.72124.21119.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 204 (80.08% from 255) = 35.23%
BLUE value IS 190 (74.61% from 255) = 32.82%
R=31.95%
G=35.23%
B=32.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852041900.0900.070.2135.7915.776.27
HexB9CCBE9071488104c
Octal27131427611072421020114
Binary101110011100110010111110100101111010010001000100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCBE; }

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

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

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

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

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

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

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

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