Html Css Color HEX #B5E8DD Water Leaf

📋 copy color: '#B5E8DD'

red 181 ◦ green 232 ◦ blue 221

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

Shades of Water Leaf #B5E8DD

Tints of Water Leaf #B5E8DD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.59%

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

R = 28.55%
G = 36.59%
B = 34.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#B5E8DD (or 0xB5E8DD) is known color: Water Leaf. HEX triplet: B5, E8 and DD. RGB value is (181,232,221). Sum of RGB (Red+Green+Blue) = 181+232+221=634 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.55% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8DD is #4A1722. Grayscale: #D7D7D7. Windows color (decimal): -4855587 or 14543029. OLE color: 14543029.

HSL color Cylindrical-coordinate representation of color #B5E8DD: hue angle of 167.06º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E8DD is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 232 221 -
CMYK 0.22 0 0.05 0.09
HSL 167.06º 0.53% 0.81% -
HSV(B) 167.06º 0.22% 0.91% -
XYZ 60.96 72.76 79.24 -
YUV 215.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 181 232 221 0.22 0 0.05 0.09 167.06 0.53 0.81
Hex B5 E8 DD 16 0 5 9 A7 35 51
Octal 265 350 335 26 0 5 11 247 65 121
Binary 10110101 11101000 11011101 10110 0 101 1001 10100111 110101 1010001

Color Harmonies of #B5E8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E8DD

Black with #B5E8DD

Text Example


Text Example

White with #B5E8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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