#B0DFB2

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

Shades of Celadon #B0DFB2

Tints of Celadon #B0DFB2

Color information

#B0DFB2 (or 0xB0DFB2) is unknown color: approx Celadon. HEX triplet: B0, DF and B2. RGB value is (176,223,178). Sum of RGB (Red+Green+Blue) = 176+223+178=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DFB2 is #4F204D. Grayscale: #CBCBCB. Windows color (decimal): -5185614 or 11722672. OLE color: 11722672.

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

Color convert

RGB176223178-
CMYK0.2100.200.13
HSL122.55º42.34%78.24%-
HSV(B)122.55º21.08%87.45%-
XYZ52.3365.2251.95-
YUV203.82113.43108.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.50%
GREEN value IS 223 (87.5% from 255) = 38.65%
BLUE value IS 178 (69.92% from 255) = 30.85%
R=30.50%
G=38.65%
B=30.85%

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
Decimal1762231780.2100.200.13122.5542.3478.24
HexB0DFB215014D7b2a4e
Octal260337262250241517352116
Binary10110000110111111011001010101010100110111110111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFB2; }

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

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

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

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

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

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

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

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