Html Css Color HEX #B5F1E2 Water Leaf

📋 copy color: '#B5F1E2'

red 181 ◦ green 241 ◦ blue 226

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

Shades of Water Leaf #B5F1E2

Tints of Water Leaf #B5F1E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.88%

R = 27.93%
G = 37.19%
B = 34.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#B5F1E2 (or 0xB5F1E2) is known color: Water Leaf. HEX triplet: B5, F1 and E2. RGB value is (181,241,226). Sum of RGB (Red+Green+Blue) = 181+241+226=648 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.93% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F1E2 is #4A0E1D. Grayscale: #DDDDDD. Windows color (decimal): -4853278 or 14873013. OLE color: 14873013.

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

Color convert

RGB 181 241 226 -
CMYK 0.25 0 0.06 0.05
HSL 165º 0.68% 0.83% -
HSV(B) 165º 0.25% 0.95% -
XYZ 64.24 78.23 83.66 -
YUV 221.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 181 241 226 0.25 0 0.06 0.05 165 0.68 0.83
Hex B5 F1 E2 19 0 6 5 A5 44 53
Octal 265 361 342 31 0 6 5 245 104 123
Binary 10110101 11110001 11100010 11001 0 110 101 10100101 1000100 1010011

Color Harmonies of #B5F1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F1E2

Black with #B5F1E2

Text Example


Text Example

White with #B5F1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F1E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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