Html Css Color HEX #B8EADE Water Leaf

📋 copy color: '#B8EADE'

red 184 ◦ green 234 ◦ blue 222

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

Shades of Water Leaf #B8EADE

Tints of Water Leaf #B8EADE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.56%

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

R = 28.75%
G = 36.56%
B = 34.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#B8EADE (or 0xB8EADE) is known color: Water Leaf. HEX triplet: B8, EA and DE. RGB value is (184,234,222). Sum of RGB (Red+Green+Blue) = 184+234+222=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EADE is #471521. Grayscale: #D9D9D9. Windows color (decimal): -4658466 or 14609080. OLE color: 14609080.

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

Color convert

RGB 184 234 222 -
CMYK 0.21 0 0.05 0.08
HSL 165.6º 0.54% 0.82% -
HSV(B) 165.6º 0.21% 0.92% -
XYZ 62.37 74.31 80.16 -
YUV 217.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 184 234 222 0.21 0 0.05 0.08 165.6 0.54 0.82
Hex B8 EA DE 15 0 5 8 A6 36 52
Octal 270 352 336 25 0 5 10 246 66 122
Binary 10111000 11101010 11011110 10101 0 101 1000 10100110 110110 1010010

Color Harmonies of #B8EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EADE

Black with #B8EADE

Text Example


Text Example

White with #B8EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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