Html Css Color HEX #B5E4DF Water Leaf

📋 copy color: '#B5E4DF'

red 181 ◦ green 228 ◦ blue 223

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

Shades of Water Leaf #B5E4DF

Tints of Water Leaf #B5E4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.28%

R = 28.64%
G = 36.08%
B = 35.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#B5E4DF (or 0xB5E4DF) is known color: Water Leaf. HEX triplet: B5, E4 and DF. RGB value is (181,228,223). Sum of RGB (Red+Green+Blue) = 181+228+223=632 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.64% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E4DF is #4A1B20. Grayscale: #D5D5D5. Windows color (decimal): -4856609 or 14673077. OLE color: 14673077.

HSL color Cylindrical-coordinate representation of color #B5E4DF: hue angle of 173.62º 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 #B5E4DF is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 228 223 -
CMYK 0.21 0 0.02 0.11
HSL 173.62º 0.47% 0.8% -
HSV(B) 173.62º 0.21% 0.89% -
XYZ 60.12 70.64 80.28 -
YUV 213.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 181 228 223 0.21 0 0.02 0.11 173.62 0.47 0.8
Hex B5 E4 DF 15 0 2 B AE 2F 50
Octal 265 344 337 25 0 2 13 256 57 120
Binary 10110101 11100100 11011111 10101 0 10 1011 10101110 101111 1010000

Color Harmonies of #B5E4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E4DF

Black with #B5E4DF

Text Example


Text Example

White with #B5E4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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