Html Css Color HEX #B4F1E2 Water Leaf

📋 copy color: '#B4F1E2'

red 180 ◦ green 241 ◦ blue 226

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

Shades of Water Leaf #B4F1E2

Tints of Water Leaf #B4F1E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.93%

R = 27.82%
G = 37.25%
B = 34.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#B4F1E2 (or 0xB4F1E2) is known color: Water Leaf. HEX triplet: B4, F1 and E2. RGB value is (180,241,226). Sum of RGB (Red+Green+Blue) = 180+241+226=647 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.82% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F1E2 is #4B0E1D. Grayscale: #DDDDDD. Windows color (decimal): -4918814 or 14873012. OLE color: 14873012.

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

Color convert

RGB 180 241 226 -
CMYK 0.25 0 0.06 0.05
HSL 165.25º 0.69% 0.83% -
HSV(B) 165.25º 0.25% 0.95% -
XYZ 64.01 78.1 83.65 -
YUV 221.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 180 241 226 0.25 0 0.06 0.05 165.25 0.69 0.83
Hex B4 F1 E2 19 0 6 5 A5 45 53
Octal 264 361 342 31 0 6 5 245 105 123
Binary 10110100 11110001 11100010 11001 0 110 101 10100101 1000101 1010011

Color Harmonies of #B4F1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F1E2

Black with #B4F1E2

Text Example


Text Example

White with #B4F1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F1E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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