Html Css Color HEX #B2F1E1 Water Leaf

📋 copy color: '#B2F1E1'

red 178 ◦ green 241 ◦ blue 225

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

Shades of Water Leaf #B2F1E1

Tints of Water Leaf #B2F1E1

RGB

 RED value IS 178 (69.92% from 255) = 27.64%

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

 BLUE value IS 225 (88.28% from 255) = 34.94%

R = 27.64%
G = 37.42%
B = 34.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#B2F1E1 (or 0xB2F1E1) is known color: Water Leaf. HEX triplet: B2, F1 and E1. RGB value is (178,241,225). Sum of RGB (Red+Green+Blue) = 178+241+225=644 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.64% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F1E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F1E1 is #4D0E1E. Grayscale: #DCDCDC. Windows color (decimal): -5049887 or 14807474. OLE color: 14807474.

HSL color Cylindrical-coordinate representation of color #B2F1E1: hue angle of 164.76º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F1E1 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 241 225 -
CMYK 0.26 0 0.07 0.05
HSL 164.76º 0.69% 0.82% -
HSV(B) 164.76º 0.26% 0.95% -
XYZ 63.41 77.81 82.91 -
YUV 220.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 178 241 225 0.26 0 0.07 0.05 164.76 0.69 0.82
Hex B2 F1 E1 1A 0 7 5 A5 45 52
Octal 262 361 341 32 0 7 5 245 105 122
Binary 10110010 11110001 11100001 11010 0 111 101 10100101 1000101 1010010

Color Harmonies of #B2F1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F1E1

Black with #B2F1E1

Text Example


Text Example

White with #B2F1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F1E1; }

 p { color: rgb(178,241,225); }

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

background-color css

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

 a { background-color: rgb(178,241,225); }

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

border-color css

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

 span { border-color: rgb(178,241,225); }

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