Html Css Color HEX #B5FFE6 Water Leaf

📋 copy color: '#B5FFE6'

red 181 ◦ green 255 ◦ blue 230

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

Shades of Water Leaf #B5FFE6

Tints of Water Leaf #B5FFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.53%

R = 27.18%
G = 38.29%
B = 34.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#B5FFE6 (or 0xB5FFE6) is known color: Water Leaf. HEX triplet: B5, FF and E6. RGB value is (181,255,230). Sum of RGB (Red+Green+Blue) = 181+255+230=666 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.18% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFE6 is #4A0019. Grayscale: #E6E6E6. Windows color (decimal): -4849690 or 15138741. OLE color: 15138741.

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

Color convert

RGB 181 255 230 -
CMYK 0.29 0 0.10 0
HSL 159.73º 1% 0.85% -
HSV(B) 159.73º 0.29% 1% -
XYZ 69.1 87.06 88.02 -
YUV 230.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 181 255 230 0.29 0 0.10 0 159.73 1 0.85
Hex B5 FF E6 1D 0 A 0 A0 64 55
Octal 265 377 346 35 0 12 0 240 144 125
Binary 10110101 11111111 11100110 11101 0 1010 0 10100000 1100100 1010101

Color Harmonies of #B5FFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FFE6

Black with #B5FFE6

Text Example


Text Example

White with #B5FFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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