Html Css Color HEX #B1FAE7 Water Leaf

📋 copy color: '#B1FAE7'

red 177 ◦ green 250 ◦ blue 231

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

Shades of Water Leaf #B1FAE7

Tints of Water Leaf #B1FAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.11%

R = 26.9%
G = 37.99%
B = 35.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#B1FAE7 (or 0xB1FAE7) is known color: Water Leaf. HEX triplet: B1, FA and E7. RGB value is (177,250,231). Sum of RGB (Red+Green+Blue) = 177+250+231=658 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.90% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FAE7 is #4E0518. Grayscale: #E2E2E2. Windows color (decimal): -5113113 or 15202993. OLE color: 15202993.

HSL color Cylindrical-coordinate representation of color #B1FAE7: hue angle of 164.38º 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 #B1FAE7 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 250 231 -
CMYK 0.29 0 0.08 0.02
HSL 164.38º 0.88% 0.84% -
HSV(B) 164.38º 0.29% 0.98% -
XYZ 66.74 83.49 88.2 -
YUV 226.01 130.82 93.04 -
System Red Green Blue C M Y K H S L
Decimal 177 250 231 0.29 0 0.08 0.02 164.38 0.88 0.84
Hex B1 FA E7 1D 0 8 2 A4 58 54
Octal 261 372 347 35 0 10 2 244 130 124
Binary 10110001 11111010 11100111 11101 0 1000 10 10100100 1011000 1010100

Color Harmonies of #B1FAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FAE7

Black with #B1FAE7

Text Example


Text Example

White with #B1FAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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