Html Css Color HEX #B4EDDD Water Leaf

📋 copy color: '#B4EDDD'

red 180 ◦ green 237 ◦ blue 221

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

Shades of Water Leaf #B4EDDD

Tints of Water Leaf #B4EDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.64%

R = 28.21%
G = 37.15%
B = 34.64%

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

#B4EDDD (or 0xB4EDDD) is known color: Water Leaf. HEX triplet: B4, ED and DD. RGB value is (180,237,221). Sum of RGB (Red+Green+Blue) = 180+237+221=638 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.21% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EDDD is #4B1222. Grayscale: #DADADA. Windows color (decimal): -4919843 or 14544308. OLE color: 14544308.

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

Color convert

RGB 180 237 221 -
CMYK 0.24 0 0.07 0.07
HSL 163.16º 0.61% 0.82% -
HSV(B) 163.16º 0.24% 0.93% -
XYZ 62.16 75.49 79.7 -
YUV 218.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 180 237 221 0.24 0 0.07 0.07 163.16 0.61 0.82
Hex B4 ED DD 18 0 7 7 A3 3D 52
Octal 264 355 335 30 0 7 7 243 75 122
Binary 10110100 11101101 11011101 11000 0 111 111 10100011 111101 1010010

Color Harmonies of #B4EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EDDD

Black with #B4EDDD

Text Example


Text Example

White with #B4EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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