#B8EDB7

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

Shades of Celadon #B8EDB7

Tints of Celadon #B8EDB7

Color information

#B8EDB7 (or 0xB8EDB7) is unknown color: approx Celadon. HEX triplet: B8, ED and B7. RGB value is (184,237,183). Sum of RGB (Red+Green+Blue) = 184+237+183=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EDB7 is #471248. Grayscale: #D7D7D7. Windows color (decimal): -4657737 or 12053944. OLE color: 12053944.

HSL color Cylindrical-coordinate representation of color #B8EDB7: hue angle of 118.89º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EDB7 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB184237183-
CMYK0.2200.230.07
HSL118.89º60%82.35%-
HSV(B)118.89º22.78%92.94%-
XYZ58.674.1856.03-
YUV215109.94105.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.46%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 183 (71.88% from 255) = 30.30%
R=30.46%
G=39.24%
B=30.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842371830.2200.230.07118.896082.35
HexB8EDB7160177773c52
Octal27035526726027716774122
Binary1011100011101101101101111011001011111111101111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EDB7; }

 p { color: rgb(184,237,183); }

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

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

 a { background-color: rgb(184,237,183); }

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

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

 span { border-color: rgb(184,237,183); }

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