#B4DEB5

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

Shades of Celadon #B4DEB5

Tints of Celadon #B4DEB5

Color information

#B4DEB5 (or 0xB4DEB5) is unknown color: approx Celadon. HEX triplet: B4, DE and B5. RGB value is (180,222,181). Sum of RGB (Red+Green+Blue) = 180+222+181=583 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.87% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DEB5 is #4B214A. Grayscale: #CCCCCC. Windows color (decimal): -4923723 or 11919028. OLE color: 11919028.

HSL color Cylindrical-coordinate representation of color #B4DEB5: hue angle of 121.43º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DEB5 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB180222181-
CMYK0.1900.180.13
HSL121.43º38.89%78.82%-
HSV(B)121.43º18.92%87.06%-
XYZ53.2865.2853.51-
YUV204.77114.59110.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.87%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 181 (71.09% from 255) = 31.05%
R=30.87%
G=38.08%
B=31.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802221810.1900.180.13121.4338.8978.82
HexB4DEB513012D79274f
Octal264336265230221517147117
Binary10110100110111101011010110011010010110111110011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DEB5; }

 p { color: rgb(180,222,181); }

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

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

 a { background-color: rgb(180,222,181); }

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

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

 span { border-color: rgb(180,222,181); }

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