Html Css Color HEX #B4EDDB Water Leaf

📋 copy color: '#B4EDDB'

red 180 ◦ green 237 ◦ blue 219

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

Shades of Water Leaf #B4EDDB

Tints of Water Leaf #B4EDDB

RGB

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

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

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

R = 28.3%
G = 37.26%
B = 34.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#B4EDDB (or 0xB4EDDB) is known color: Water Leaf. HEX triplet: B4, ED and DB. RGB value is (180,237,219). Sum of RGB (Red+Green+Blue) = 180+237+219=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EDDB is #4B1224. Grayscale: #D9D9D9. Windows color (decimal): -4919845 or 14413236. OLE color: 14413236.

HSL color Cylindrical-coordinate representation of color #B4EDDB: hue angle of 161.05º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4EDDB is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 237 219 -
CMYK 0.24 0 0.08 0.07
HSL 161.05º 0.61% 0.82% -
HSV(B) 161.05º 0.24% 0.93% -
XYZ 61.89 75.39 78.31 -
YUV 217.91 128.62 100.96 -
System Red Green Blue C M Y K H S L
Decimal 180 237 219 0.24 0 0.08 0.07 161.05 0.61 0.82
Hex B4 ED DB 18 0 8 7 A1 3D 52
Octal 264 355 333 30 0 10 7 241 75 122
Binary 10110100 11101101 11011011 11000 0 1000 111 10100001 111101 1010010

Color Harmonies of #B4EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EDDB

Black with #B4EDDB

Text Example


Text Example

White with #B4EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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