Html Css Color HEX #B5F1E5 Water Leaf

📋 copy color: '#B5F1E5'

red 181 ◦ green 241 ◦ blue 229

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

Shades of Water Leaf #B5F1E5

Tints of Water Leaf #B5F1E5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.02%

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

R = 27.8%
G = 37.02%
B = 35.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#B5F1E5 (or 0xB5F1E5) is known color: Water Leaf. HEX triplet: B5, F1 and E5. RGB value is (181,241,229). Sum of RGB (Red+Green+Blue) = 181+241+229=651 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.80% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F1E5 is #4A0E1A. Grayscale: #DDDDDD. Windows color (decimal): -4853275 or 15069621. OLE color: 15069621.

HSL color Cylindrical-coordinate representation of color #B5F1E5: hue angle of 168º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F1E5 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 241 229 -
CMYK 0.25 0 0.05 0.05
HSL 168º 0.68% 0.83% -
HSV(B) 168º 0.25% 0.95% -
XYZ 64.65 78.39 85.85 -
YUV 221.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 181 241 229 0.25 0 0.05 0.05 168 0.68 0.83
Hex B5 F1 E5 19 0 5 5 A8 44 53
Octal 265 361 345 31 0 5 5 250 104 123
Binary 10110101 11110001 11100101 11001 0 101 101 10101000 1000100 1010011

Color Harmonies of #B5F1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F1E5

Black with #B5F1E5

Text Example


Text Example

White with #B5F1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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