#B0DEB3

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

Shades of Celadon #B0DEB3

Tints of Celadon #B0DEB3

Color information

#B0DEB3 (or 0xB0DEB3) is unknown color: approx Celadon. HEX triplet: B0, DE and B3. RGB value is (176,222,179). Sum of RGB (Red+Green+Blue) = 176+222+179=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DEB3 is #4F214C. Grayscale: #CBCBCB. Windows color (decimal): -5185869 or 11787952. OLE color: 11787952.

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

Color convert

RGB176222179-
CMYK0.2100.190.13
HSL123.91º41.07%78.04%-
HSV(B)123.91º20.72%87.06%-
XYZ52.1664.7352.39-
YUV203.34114.26108.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.50%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 179 (70.31% from 255) = 31.02%
R=30.50%
G=38.47%
B=31.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762221790.2100.190.13123.9141.0778.04
HexB0DEB315013D7c294e
Octal260336263250231517451116
Binary10110000110111101011001110101010011110111111001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DEB3; }

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

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

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

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

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

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

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

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