Html Css Color HEX #B5F3E1 Water Leaf

📋 copy color: '#B5F3E1'

red 181 ◦ green 243 ◦ blue 225

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

Shades of Water Leaf #B5F3E1

Tints of Water Leaf #B5F3E1

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.44%

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

R = 27.89%
G = 37.44%
B = 34.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#B5F3E1 (or 0xB5F3E1) is known color: Water Leaf. HEX triplet: B5, F3 and E1. RGB value is (181,243,225). Sum of RGB (Red+Green+Blue) = 181+243+225=649 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.89% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F3E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F3E1 is #4A0C1E. Grayscale: #DEDEDE. Windows color (decimal): -4852767 or 14807989. OLE color: 14807989.

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

Color convert

RGB 181 243 225 -
CMYK 0.26 0 0.07 0.05
HSL 162.58º 0.72% 0.83% -
HSV(B) 162.58º 0.26% 0.95% -
XYZ 64.7 79.36 83.14 -
YUV 222.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 181 243 225 0.26 0 0.07 0.05 162.58 0.72 0.83
Hex B5 F3 E1 1A 0 7 5 A3 48 53
Octal 265 363 341 32 0 7 5 243 110 123
Binary 10110101 11110011 11100001 11010 0 111 101 10100011 1001000 1010011

Color Harmonies of #B5F3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F3E1

Black with #B5F3E1

Text Example


Text Example

White with #B5F3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F3E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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