Html Css Color HEX #B5E4DD Water Leaf

📋 copy color: '#B5E4DD'

red 181 ◦ green 228 ◦ blue 221

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

Shades of Water Leaf #B5E4DD

Tints of Water Leaf #B5E4DD

RGB

 RED value IS 181 (71.09% from 255) = 28.73%

 GREEN value IS 228 (89.45% from 255) = 36.19%

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

R = 28.73%
G = 36.19%
B = 35.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#B5E4DD (or 0xB5E4DD) is known color: Water Leaf. HEX triplet: B5, E4 and DD. RGB value is (181,228,221). Sum of RGB (Red+Green+Blue) = 181+228+221=630 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.73% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E4DD is #4A1B22. Grayscale: #D5D5D5. Windows color (decimal): -4856611 or 14542005. OLE color: 14542005.

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

Color convert

RGB 181 228 221 -
CMYK 0.21 0 0.03 0.11
HSL 171.06º 0.47% 0.8% -
HSV(B) 171.06º 0.21% 0.89% -
XYZ 59.85 70.53 78.87 -
YUV 213.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 181 228 221 0.21 0 0.03 0.11 171.06 0.47 0.8
Hex B5 E4 DD 15 0 3 B AB 2F 50
Octal 265 344 335 25 0 3 13 253 57 120
Binary 10110101 11100100 11011101 10101 0 11 1011 10101011 101111 1010000

Color Harmonies of #B5E4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E4DD

Black with #B5E4DD

Text Example


Text Example

White with #B5E4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E4DD; }

 p { color: rgb(181,228,221); }

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

background-color css

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

 a { background-color: rgb(181,228,221); }

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

border-color css

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

 span { border-color: rgb(181,228,221); }

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