Html Css Color HEX #B4E5DD Water Leaf

📋 copy color: '#B4E5DD'

red 180 ◦ green 229 ◦ blue 221

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

Shades of Water Leaf #B4E5DD

Tints of Water Leaf #B4E5DD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.35%

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

R = 28.57%
G = 36.35%
B = 35.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#B4E5DD (or 0xB4E5DD) is known color: Water Leaf. HEX triplet: B4, E5 and DD. RGB value is (180,229,221). Sum of RGB (Red+Green+Blue) = 180+229+221=630 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.57% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E5DD is #4B1A22. Grayscale: #D5D5D5. Windows color (decimal): -4921891 or 14542260. OLE color: 14542260.

HSL color Cylindrical-coordinate representation of color #B4E5DD: hue angle of 170.2º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E5DD is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 229 221 -
CMYK 0.21 0 0.03 0.10
HSL 170.2º 0.49% 0.8% -
HSV(B) 170.2º 0.21% 0.9% -
XYZ 59.89 70.96 78.95 -
YUV 213.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 180 229 221 0.21 0 0.03 0.10 170.2 0.49 0.8
Hex B4 E5 DD 15 0 3 A AA 31 50
Octal 264 345 335 25 0 3 12 252 61 120
Binary 10110100 11100101 11011101 10101 0 11 1010 10101010 110001 1010000

Color Harmonies of #B4E5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E5DD

Black with #B4E5DD

Text Example


Text Example

White with #B4E5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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