#B3CEBE

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

Shades of Nebula #B3CEBE

Tints of Nebula #B3CEBE

Color information

#B3CEBE (or 0xB3CEBE) is unknown color: approx Nebula. HEX triplet: B3, CE and BE. RGB value is (179,206,190). Sum of RGB (Red+Green+Blue) = 179+206+190=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CEBE is #4C3141. Grayscale: #C4C4C4. Windows color (decimal): -4993346 or 12504755. OLE color: 12504755.

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

Color convert

RGB179206190-
CMYK0.1300.080.19
HSL144.44º21.6%75.49%-
HSV(B)144.44º13.11%80.78%-
XYZ49.9657.4457.17-
YUV196.1124.55115.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.13%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=31.13%
G=35.83%
B=33.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792061900.1300.080.19144.4421.675.49
HexB3CEBED081390164b
Octal263316276150102322026113
Binary1011001111001110101111101101010001001110010000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEBE; }

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

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

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

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

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

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

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

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