Html Css Color HEX #B5EFE1 Water Leaf

📋 copy color: '#B5EFE1'

red 181 ◦ green 239 ◦ blue 225

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

Shades of Water Leaf #B5EFE1

Tints of Water Leaf #B5EFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.88%

R = 28.06%
G = 37.05%
B = 34.88%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#B5EFE1 (or 0xB5EFE1) is known color: Water Leaf. HEX triplet: B5, EF and E1. RGB value is (181,239,225). Sum of RGB (Red+Green+Blue) = 181+239+225=645 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.06% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFE1 is #4A101E. Grayscale: #DCDCDC. Windows color (decimal): -4853791 or 14806965. OLE color: 14806965.

HSL color Cylindrical-coordinate representation of color #B5EFE1: hue angle of 165.52º 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 #B5EFE1 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 239 225 -
CMYK 0.24 0 0.06 0.06
HSL 165.52º 0.64% 0.82% -
HSV(B) 165.52º 0.24% 0.94% -
XYZ 63.51 76.99 82.75 -
YUV 220.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 181 239 225 0.24 0 0.06 0.06 165.52 0.64 0.82
Hex B5 EF E1 18 0 6 6 A6 40 52
Octal 265 357 341 30 0 6 6 246 100 122
Binary 10110101 11101111 11100001 11000 0 110 110 10100110 1000000 1010010

Color Harmonies of #B5EFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EFE1

Black with #B5EFE1

Text Example


Text Example

White with #B5EFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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