Html Css Color HEX #B1FAE4 Water Leaf

📋 copy color: '#B1FAE4'

red 177 ◦ green 250 ◦ blue 228

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

Shades of Water Leaf #B1FAE4

Tints of Water Leaf #B1FAE4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.17%

 BLUE value IS 228 (89.45% from 255) = 34.81%

R = 27.02%
G = 38.17%
B = 34.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#B1FAE4 (or 0xB1FAE4) is known color: Water Leaf. HEX triplet: B1, FA and E4. RGB value is (177,250,228). Sum of RGB (Red+Green+Blue) = 177+250+228=655 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.02% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FAE4 is #4E051B. Grayscale: #E1E1E1. Windows color (decimal): -5113116 or 15006385. OLE color: 15006385.

HSL color Cylindrical-coordinate representation of color #B1FAE4: hue angle of 161.92º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FAE4 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 250 228 -
CMYK 0.29 0 0.09 0.02
HSL 161.92º 0.88% 0.84% -
HSV(B) 161.92º 0.29% 0.98% -
XYZ 66.32 83.32 85.99 -
YUV 225.67 129.32 93.29 -
System Red Green Blue C M Y K H S L
Decimal 177 250 228 0.29 0 0.09 0.02 161.92 0.88 0.84
Hex B1 FA E4 1D 0 9 2 A2 58 54
Octal 261 372 344 35 0 11 2 242 130 124
Binary 10110001 11111010 11100100 11101 0 1001 10 10100010 1011000 1010100

Color Harmonies of #B1FAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FAE4

Black with #B1FAE4

Text Example


Text Example

White with #B1FAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FAE4; }

 p { color: rgb(177,250,228); }

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

background-color css

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

 a { background-color: rgb(177,250,228); }

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

border-color css

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

 span { border-color: rgb(177,250,228); }

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