Html Css Color HEX #B4FFE5 Water Leaf

📋 copy color: '#B4FFE5'

red 180 ◦ green 255 ◦ blue 229

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

Shades of Water Leaf #B4FFE5

Tints of Water Leaf #B4FFE5

RGB

 RED value IS 180 (70.7% from 255) = 27.11%

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

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

R = 27.11%
G = 38.4%
B = 34.49%

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

#B4FFE5 (or 0xB4FFE5) is known color: Water Leaf. HEX triplet: B4, FF and E5. RGB value is (180,255,229). Sum of RGB (Red+Green+Blue) = 180+255+229=664 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.11% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFE5 is #4B001A. Grayscale: #E5E5E5. Windows color (decimal): -4915227 or 15073204. OLE color: 15073204.

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

Color convert

RGB 180 255 229 -
CMYK 0.29 0 0.10 0
HSL 159.2º 1% 0.85% -
HSV(B) 159.2º 0.29% 1% -
XYZ 68.73 86.88 87.28 -
YUV 229.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 180 255 229 0.29 0 0.10 0 159.2 1 0.85
Hex B4 FF E5 1D 0 A 0 9F 64 55
Octal 264 377 345 35 0 12 0 237 144 125
Binary 10110100 11111111 11100101 11101 0 1010 0 10011111 1100100 1010101

Color Harmonies of #B4FFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FFE5

Black with #B4FFE5

Text Example


Text Example

White with #B4FFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FFE5; }

 p { color: rgb(180,255,229); }

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

background-color css

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

 a { background-color: rgb(180,255,229); }

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

border-color css

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

 span { border-color: rgb(180,255,229); }

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