#B0DEB2

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

Shades of Celadon #B0DEB2

Tints of Celadon #B0DEB2

Color information

#B0DEB2 (or 0xB0DEB2) is unknown color: approx Celadon. HEX triplet: B0, DE and B2. RGB value is (176,222,178). Sum of RGB (Red+Green+Blue) = 176+222+178=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DEB2 is #4F214D. Grayscale: #CBCBCB. Windows color (decimal): -5185870 or 11722416. OLE color: 11722416.

HSL color Cylindrical-coordinate representation of color #B0DEB2: hue angle of 122.61º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DEB2 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB176222178-
CMYK0.2100.200.13
HSL122.61º41.07%78.04%-
HSV(B)122.61º20.72%87.06%-
XYZ52.0664.6951.86-
YUV203.23113.76108.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.56%
GREEN value IS 222 (87.11% from 255) = 38.54%
BLUE value IS 178 (69.92% from 255) = 30.90%
R=30.56%
G=38.54%
B=30.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762221780.2100.200.13122.6141.0778.04
HexB0DEB215014D7b294e
Octal260336262250241517351116
Binary10110000110111101011001010101010100110111110111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DEB2; }

 p { color: rgb(176,222,178); }

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

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

 a { background-color: rgb(176,222,178); }

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

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

 span { border-color: rgb(176,222,178); }

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