#B0DBB2

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

Shades of Celadon #B0DBB2

Tints of Celadon #B0DBB2

Color information

#B0DBB2 (or 0xB0DBB2) is unknown color: approx Celadon. HEX triplet: B0, DB and B2. RGB value is (176,219,178). Sum of RGB (Red+Green+Blue) = 176+219+178=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBB2 is #4F244D. Grayscale: #C9C9C9. Windows color (decimal): -5186638 or 11721648. OLE color: 11721648.

HSL color Cylindrical-coordinate representation of color #B0DBB2: hue angle of 122.79º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DBB2 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB176219178-
CMYK0.2000.190.14
HSL122.79º37.39%77.45%-
HSV(B)122.79º19.63%85.88%-
XYZ51.2763.1151.6-
YUV201.47114.75109.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.72%
GREEN value IS 219 (85.94% from 255) = 38.22%
BLUE value IS 178 (69.92% from 255) = 31.06%
R=30.72%
G=38.22%
B=31.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762191780.2000.190.14122.7937.3977.45
HexB0DBB214013E7b254d
Octal260333262240231617345115
Binary10110000110110111011001010100010011111011110111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBB2; }

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

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

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

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

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

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

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

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