Html Css Color HEX #B5EFE5 Water Leaf

📋 copy color: '#B5EFE5'

red 181 ◦ green 239 ◦ blue 229

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

Shades of Water Leaf #B5EFE5

Tints of Water Leaf #B5EFE5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.83%

 BLUE value IS 229 (89.84% from 255) = 35.29%

R = 27.89%
G = 36.83%
B = 35.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#B5EFE5 (or 0xB5EFE5) is known color: Water Leaf. HEX triplet: B5, EF and E5. RGB value is (181,239,229). Sum of RGB (Red+Green+Blue) = 181+239+229=649 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.89% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFE5 is #4A101A. Grayscale: #DCDCDC. Windows color (decimal): -4853787 or 15069109. OLE color: 15069109.

HSL color Cylindrical-coordinate representation of color #B5EFE5: hue angle of 169.66º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFE5 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 239 229 -
CMYK 0.24 0 0.04 0.06
HSL 169.66º 0.64% 0.82% -
HSV(B) 169.66º 0.24% 0.94% -
XYZ 64.07 77.21 85.66 -
YUV 220.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 181 239 229 0.24 0 0.04 0.06 169.66 0.64 0.82
Hex B5 EF E5 18 0 4 6 AA 40 52
Octal 265 357 345 30 0 4 6 252 100 122
Binary 10110101 11101111 11100101 11000 0 100 110 10101010 1000000 1010010

Color Harmonies of #B5EFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EFE5

Black with #B5EFE5

Text Example


Text Example

White with #B5EFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EFE5; }

 p { color: rgb(181,239,229); }

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

background-color css

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

 a { background-color: rgb(181,239,229); }

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

border-color css

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

 span { border-color: rgb(181,239,229); }

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