Html Css Color HEX #B4FEE3 Water Leaf

📋 copy color: '#B4FEE3'

red 180 ◦ green 254 ◦ blue 227

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

Shades of Water Leaf #B4FEE3

Tints of Water Leaf #B4FEE3

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.43%

 BLUE value IS 227 (89.06% from 255) = 34.34%

R = 27.23%
G = 38.43%
B = 34.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#B4FEE3 (or 0xB4FEE3) is known color: Water Leaf. HEX triplet: B4, FE and E3. RGB value is (180,254,227). Sum of RGB (Red+Green+Blue) = 180+254+227=661 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.23% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 227 (89.06% from 255 or 34.34% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FEE3 is #4B011C. Grayscale: #E4E4E4. Windows color (decimal): -4915485 or 14941876. OLE color: 14941876.

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

Color convert

RGB 180 254 227 -
CMYK 0.29 0 0.11 0.00
HSL 158.11º 0.97% 0.85% -
HSV(B) 158.11º 0.29% 1% -
XYZ 68.13 86.13 85.71 -
YUV 228.8 126.98 93.2 -
System Red Green Blue C M Y K H S L
Decimal 180 254 227 0.29 0 0.11 0.00 158.11 0.97 0.85
Hex B4 FE E3 1D 0 B 0 9E 61 55
Octal 264 376 343 35 0 13 0 236 141 125
Binary 10110100 11111110 11100011 11101 0 1011 0 10011110 1100001 1010101

Color Harmonies of #B4FEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FEE3

Black with #B4FEE3

Text Example


Text Example

White with #B4FEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FEE3; }

 p { color: rgb(180,254,227); }

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

background-color css

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

 a { background-color: rgb(180,254,227); }

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

border-color css

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

 span { border-color: rgb(180,254,227); }

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