Html Css Color HEX #B5FFE1 Water Leaf

📋 copy color: '#B5FFE1'

red 181 ◦ green 255 ◦ blue 225

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

Shades of Water Leaf #B5FFE1

Tints of Water Leaf #B5FFE1

RGB

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

 GREEN value IS 255 (100% from 255) = 38.58%

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

R = 27.38%
G = 38.58%
B = 34.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#B5FFE1 (or 0xB5FFE1) is known color: Water Leaf. HEX triplet: B5, FF and E1. RGB value is (181,255,225). Sum of RGB (Red+Green+Blue) = 181+255+225=661 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.38% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFE1 is #4A001E. Grayscale: #E5E5E5. Windows color (decimal): -4849695 or 14811061. OLE color: 14811061.

HSL color Cylindrical-coordinate representation of color #B5FFE1: hue angle of 155.68º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFE1 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 181 255 225 -
CMYK 0.29 0 0.12 0
HSL 155.68º 1% 0.85% -
HSV(B) 155.68º 0.29% 1% -
XYZ 68.41 86.78 84.38 -
YUV 229.45 125.48 93.44 -
System Red Green Blue C M Y K H S L
Decimal 181 255 225 0.29 0 0.12 0 155.68 1 0.85
Hex B5 FF E1 1D 0 C 0 9C 64 55
Octal 265 377 341 35 0 14 0 234 144 125
Binary 10110101 11111111 11100001 11101 0 1100 0 10011100 1100100 1010101

Color Harmonies of #B5FFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FFE1

Black with #B5FFE1

Text Example


Text Example

White with #B5FFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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