#B2CEBE

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

Shades of Nebula #B2CEBE

Tints of Nebula #B2CEBE

Color information

#B2CEBE (or 0xB2CEBE) is unknown color: approx Nebula. HEX triplet: B2, CE and BE. RGB value is (178,206,190). Sum of RGB (Red+Green+Blue) = 178+206+190=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEBE is #4D3141. Grayscale: #C3C3C3. Windows color (decimal): -5058882 or 12504754. OLE color: 12504754.

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

Color convert

RGB178206190-
CMYK0.1400.080.19
HSL145.71º22.22%75.29%-
HSV(B)145.71º13.59%80.78%-
XYZ49.7357.3357.16-
YUV195.8124.72115.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.01%
GREEN value IS 206 (80.86% from 255) = 35.89%
BLUE value IS 190 (74.61% from 255) = 33.10%
R=31.01%
G=35.89%
B=33.10%

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
Decimal1782061900.1400.080.19145.7122.2275.29
HexB2CEBEE081392164b
Octal262316276160102322226113
Binary1011001011001110101111101110010001001110010010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CEBE; }

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

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

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

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

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

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

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

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