#B2CEBF

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

Shades of Nebula #B2CEBF

Tints of Nebula #B2CEBF

Color information

#B2CEBF (or 0xB2CEBF) is unknown color: approx Nebula. HEX triplet: B2, CE and BF. RGB value is (178,206,191). Sum of RGB (Red+Green+Blue) = 178+206+191=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEBF is #4D3140. Grayscale: #C3C3C3. Windows color (decimal): -5058881 or 12570290. OLE color: 12570290.

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

Color convert

RGB178206191-
CMYK0.1400.070.19
HSL147.86º22.22%75.29%-
HSV(B)147.86º13.59%80.78%-
XYZ49.8457.3757.74-
YUV195.92125.22115.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.96%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 191 (75% from 255) = 33.22%
R=30.96%
G=35.83%
B=33.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782061910.1400.070.19147.8622.2275.29
HexB2CEBFE071394164b
Octal26231627716072322426113
Binary101100101100111010111111111001111001110010100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CEBF; }

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

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

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

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

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

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

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

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