Html Css Color HEX #B4ECDB Water Leaf

📋 copy color: '#B4ECDB'

red 180 ◦ green 236 ◦ blue 219

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

Shades of Water Leaf #B4ECDB

Tints of Water Leaf #B4ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.17%

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

R = 28.35%
G = 37.17%
B = 34.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#B4ECDB (or 0xB4ECDB) is known color: Water Leaf. HEX triplet: B4, EC and DB. RGB value is (180,236,219). Sum of RGB (Red+Green+Blue) = 180+236+219=635 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.35% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4ECDB is #4B1324. Grayscale: #D9D9D9. Windows color (decimal): -4920101 or 14412980. OLE color: 14412980.

HSL color Cylindrical-coordinate representation of color #B4ECDB: hue angle of 161.79º degrees, saturation: 0.6, 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 #B4ECDB is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 236 219 -
CMYK 0.24 0 0.07 0.07
HSL 161.79º 0.6% 0.82% -
HSV(B) 161.79º 0.24% 0.93% -
XYZ 61.6 74.81 78.21 -
YUV 217.32 128.95 101.38 -
System Red Green Blue C M Y K H S L
Decimal 180 236 219 0.24 0 0.07 0.07 161.79 0.6 0.82
Hex B4 EC DB 18 0 7 7 A2 3C 52
Octal 264 354 333 30 0 7 7 242 74 122
Binary 10110100 11101100 11011011 11000 0 111 111 10100010 111100 1010010

Color Harmonies of #B4ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ECDB

Black with #B4ECDB

Text Example


Text Example

White with #B4ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ECDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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