#B2CEBD

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

Shades of Nebula #B2CEBD

Tints of Nebula #B2CEBD

Color information

#B2CEBD (or 0xB2CEBD) is unknown color: approx Nebula. HEX triplet: B2, CE and BD. RGB value is (178,206,189). Sum of RGB (Red+Green+Blue) = 178+206+189=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEBD is #4D3142. Grayscale: #C3C3C3. Windows color (decimal): -5058883 or 12439218. OLE color: 12439218.

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

Color convert

RGB178206189-
CMYK0.1400.080.19
HSL143.57º22.22%75.29%-
HSV(B)143.57º13.59%80.78%-
XYZ49.6257.2856.59-
YUV195.69124.22115.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.06%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=31.06%
G=35.95%
B=32.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782061890.1400.080.19143.5722.2275.29
HexB2CEBDE081390164b
Octal262316275160102322026113
Binary1011001011001110101111011110010001001110010000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CEBD; }

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

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

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

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

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

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

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

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