Html Css Color HEX #B4F1E8 Water Leaf

📋 copy color: '#B4F1E8'

red 180 ◦ green 241 ◦ blue 232

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

Shades of Water Leaf #B4F1E8

Tints of Water Leaf #B4F1E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.53%

R = 27.57%
G = 36.91%
B = 35.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#B4F1E8 (or 0xB4F1E8) is known color: Water Leaf. HEX triplet: B4, F1 and E8. RGB value is (180,241,232). Sum of RGB (Red+Green+Blue) = 180+241+232=653 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.57% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F1E8 is #4B0E17. Grayscale: #DDDDDD. Windows color (decimal): -4918808 or 15266228. OLE color: 15266228.

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

Color convert

RGB 180 241 232 -
CMYK 0.25 0 0.04 0.05
HSL 171.15º 0.69% 0.83% -
HSV(B) 171.15º 0.25% 0.95% -
XYZ 64.84 78.44 88.07 -
YUV 221.74 133.79 98.23 -
System Red Green Blue C M Y K H S L
Decimal 180 241 232 0.25 0 0.04 0.05 171.15 0.69 0.83
Hex B4 F1 E8 19 0 4 5 AB 45 53
Octal 264 361 350 31 0 4 5 253 105 123
Binary 10110100 11110001 11101000 11001 0 100 101 10101011 1000101 1010011

Color Harmonies of #B4F1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F1E8

Black with #B4F1E8

Text Example


Text Example

White with #B4F1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F1E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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