Html Css Color HEX #B1FFEA Water Leaf

📋 copy color: '#B1FFEA'

red 177 ◦ green 255 ◦ blue 234

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

Shades of Water Leaf #B1FFEA

Tints of Water Leaf #B1FFEA

RGB

 RED value IS 177 (69.53% from 255) = 26.58%

 GREEN value IS 255 (100% from 255) = 38.29%

 BLUE value IS 234 (91.8% from 255) = 35.14%

R = 26.58%
G = 38.29%
B = 35.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#B1FFEA (or 0xB1FFEA) is known color: Water Leaf. HEX triplet: B1, FF and EA. RGB value is (177,255,234). Sum of RGB (Red+Green+Blue) = 177+255+234=666 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.58% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFEA is #4E0015. Grayscale: #E5E5E5. Windows color (decimal): -5111830 or 15400881. OLE color: 15400881.

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

Color convert

RGB 177 255 234 -
CMYK 0.31 0 0.08 0
HSL 163.85º 1% 0.85% -
HSV(B) 163.85º 0.31% 1% -
XYZ 68.74 86.81 90.97 -
YUV 229.28 130.66 90.71 -
System Red Green Blue C M Y K H S L
Decimal 177 255 234 0.31 0 0.08 0 163.85 1 0.85
Hex B1 FF EA 1F 0 8 0 A4 64 55
Octal 261 377 352 37 0 10 0 244 144 125
Binary 10110001 11111111 11101010 11111 0 1000 0 10100100 1100100 1010101

Color Harmonies of #B1FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FFEA

Black with #B1FFEA

Text Example


Text Example

White with #B1FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FFEA; }

 p { color: rgb(177,255,234); }

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

background-color css

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

 a { background-color: rgb(177,255,234); }

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

border-color css

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

 span { border-color: rgb(177,255,234); }

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