Html Css Color HEX #B8EADB Water Leaf

📋 copy color: '#B8EADB'

red 184 ◦ green 234 ◦ blue 219

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

Shades of Water Leaf #B8EADB

Tints of Water Leaf #B8EADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.38%

R = 28.89%
G = 36.73%
B = 34.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#B8EADB (or 0xB8EADB) is known color: Water Leaf. HEX triplet: B8, EA and DB. RGB value is (184,234,219). Sum of RGB (Red+Green+Blue) = 184+234+219=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EADB is #471524. Grayscale: #D9D9D9. Windows color (decimal): -4658469 or 14412472. OLE color: 14412472.

HSL color Cylindrical-coordinate representation of color #B8EADB: hue angle of 162º 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 #B8EADB is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 234 219 -
CMYK 0.21 0 0.06 0.08
HSL 162º 0.54% 0.82% -
HSV(B) 162º 0.21% 0.92% -
XYZ 61.98 74.15 78.06 -
YUV 217.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 184 234 219 0.21 0 0.06 0.08 162 0.54 0.82
Hex B8 EA DB 15 0 6 8 A2 36 52
Octal 270 352 333 25 0 6 10 242 66 122
Binary 10111000 11101010 11011011 10101 0 110 1000 10100010 110110 1010010

Color Harmonies of #B8EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8EADB

Black with #B8EADB

Text Example


Text Example

White with #B8EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8EADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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