#B8EBB7

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

Shades of Celadon #B8EBB7

Tints of Celadon #B8EBB7

Color information

#B8EBB7 (or 0xB8EBB7) is unknown color: approx Celadon. HEX triplet: B8, EB and B7. RGB value is (184,235,183). Sum of RGB (Red+Green+Blue) = 184+235+183=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 183 (71.88% from 255 or 30.40% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EBB7 is #471448. Grayscale: #D5D5D5. Windows color (decimal): -4658249 or 12053432. OLE color: 12053432.

HSL color Cylindrical-coordinate representation of color #B8EBB7: hue angle of 118.85º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EBB7 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB184235183-
CMYK0.2200.220.08
HSL118.85º56.52%81.96%-
HSV(B)118.85º22.13%92.16%-
XYZ58.0273.0355.84-
YUV213.82110.6106.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.56%
GREEN value IS 235 (92.19% from 255) = 39.04%
BLUE value IS 183 (71.88% from 255) = 30.40%
R=30.56%
G=39.04%
B=30.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842351830.2200.220.08118.8556.5281.96
HexB8EBB7160168773952
Octal270353267260261016771122
Binary10111000111010111011011110110010110100011101111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EBB7; }

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

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

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

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

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

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

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

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