Html Css Color HEX #B8EDDE Water Leaf

📋 copy color: '#B8EDDE'

red 184 ◦ green 237 ◦ blue 222

#B8EDDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #B8EDDE

Tints of Water Leaf #B8EDDE

RGB

 RED value IS 184 (72.27% from 255) = 28.62%

 GREEN value IS 237 (92.97% from 255) = 36.86%

 BLUE value IS 222 (87.11% from 255) = 34.53%

R = 28.62%
G = 36.86%
B = 34.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#B8EDDE (or 0xB8EDDE) is known color: Water Leaf. HEX triplet: B8, ED and DE. RGB value is (184,237,222). Sum of RGB (Red+Green+Blue) = 184+237+222=643 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.62% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EDDE is #471221. Grayscale: #DBDBDB. Windows color (decimal): -4657698 or 14609848. OLE color: 14609848.

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

Color convert

RGB 184 237 222 -
CMYK 0.22 0 0.06 0.07
HSL 163.02º 0.6% 0.83% -
HSV(B) 163.02º 0.22% 0.93% -
XYZ 63.24 76.03 80.45 -
YUV 219.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 184 237 222 0.22 0 0.06 0.07 163.02 0.6 0.83
Hex B8 ED DE 16 0 6 7 A3 3C 53
Octal 270 355 336 26 0 6 7 243 74 123
Binary 10111000 11101101 11011110 10110 0 110 111 10100011 111100 1010011

Color Harmonies of #B8EDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EDDE

Black with #B8EDDE

Text Example


Text Example

White with #B8EDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EDDE; }

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

 H1.HeaderClassName
 {
   color: #B8EDDE;
 }
 .AnyTagClassName
 {
   color: #B8EDDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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