#B2CEBB

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

Shades of Nebula #B2CEBB

Tints of Nebula #B2CEBB

Color information

#B2CEBB (or 0xB2CEBB) is unknown color: approx Nebula. HEX triplet: B2, CE and BB. RGB value is (178,206,187). Sum of RGB (Red+Green+Blue) = 178+206+187=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEBB is #4D3144. Grayscale: #C3C3C3. Windows color (decimal): -5058885 or 12308146. OLE color: 12308146.

HSL color Cylindrical-coordinate representation of color #B2CEBB: hue angle of 139.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CEBB is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB178206187-
CMYK0.1400.090.19
HSL139.29º22.22%75.29%-
HSV(B)139.29º13.59%80.78%-
XYZ49.457.255.45-
YUV195.46123.22115.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.17%
GREEN value IS 206 (80.86% from 255) = 36.08%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=31.17%
G=36.08%
B=32.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782061870.1400.090.19139.2922.2275.29
HexB2CEBBE09138b164b
Octal262316273160112321326113
Binary1011001011001110101110111110010011001110001011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CEBB; }

 p { color: rgb(178,206,187); }

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

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

 a { background-color: rgb(178,206,187); }

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

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

 span { border-color: rgb(178,206,187); }

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