Html Css Color HEX #B4F1E5 Water Leaf

📋 copy color: '#B4F1E5'

red 180 ◦ green 241 ◦ blue 229

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

Shades of Water Leaf #B4F1E5

Tints of Water Leaf #B4F1E5

RGB

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

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

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

R = 27.69%
G = 37.08%
B = 35.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#B4F1E5 (or 0xB4F1E5) is known color: Water Leaf. HEX triplet: B4, F1 and E5. RGB value is (180,241,229). Sum of RGB (Red+Green+Blue) = 180+241+229=650 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.69% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F1E5 is #4B0E1A. Grayscale: #DDDDDD. Windows color (decimal): -4918811 or 15069620. OLE color: 15069620.

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

Color convert

RGB 180 241 229 -
CMYK 0.25 0 0.05 0.05
HSL 168.2º 0.69% 0.83% -
HSV(B) 168.2º 0.25% 0.95% -
XYZ 64.42 78.27 85.84 -
YUV 221.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 180 241 229 0.25 0 0.05 0.05 168.2 0.69 0.83
Hex B4 F1 E5 19 0 5 5 A8 45 53
Octal 264 361 345 31 0 5 5 250 105 123
Binary 10110100 11110001 11100101 11001 0 101 101 10101000 1000101 1010011

Color Harmonies of #B4F1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F1E5

Black with #B4F1E5

Text Example


Text Example

White with #B4F1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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