Html Css Color HEX #B4EADB Water Leaf

📋 copy color: '#B4EADB'

red 180 ◦ green 234 ◦ blue 219

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

Shades of Water Leaf #B4EADB

Tints of Water Leaf #B4EADB

RGB

 RED value IS 180 (70.7% from 255) = 28.44%

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

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

R = 28.44%
G = 36.97%
B = 34.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#B4EADB (or 0xB4EADB) is known color: Water Leaf. HEX triplet: B4, EA and DB. RGB value is (180,234,219). Sum of RGB (Red+Green+Blue) = 180+234+219=633 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.44% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EADB is #4B1524. Grayscale: #D8D8D8. Windows color (decimal): -4920613 or 14412468. OLE color: 14412468.

HSL color Cylindrical-coordinate representation of color #B4EADB: hue angle of 163.33º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4EADB is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 234 219 -
CMYK 0.23 0 0.06 0.08
HSL 163.33º 0.56% 0.81% -
HSV(B) 163.33º 0.23% 0.92% -
XYZ 61.03 73.66 78.02 -
YUV 216.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 180 234 219 0.23 0 0.06 0.08 163.33 0.56 0.81
Hex B4 EA DB 17 0 6 8 A3 38 51
Octal 264 352 333 27 0 6 10 243 70 121
Binary 10110100 11101010 11011011 10111 0 110 1000 10100011 111000 1010001

Color Harmonies of #B4EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EADB

Black with #B4EADB

Text Example


Text Example

White with #B4EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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