Html Css Color HEX #B1E5BF Fringy Flower

📋 copy color: '#B1E5BF'

red 177 ◦ green 229 ◦ blue 191

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

Shades of Fringy Flower #B1E5BF

Tints of Fringy Flower #B1E5BF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.36%

 BLUE value IS 191 (75% from 255) = 31.99%

R = 29.65%
G = 38.36%
B = 31.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#B1E5BF (or 0xB1E5BF) is known color: Fringy Flower. HEX triplet: B1, E5 and BF. RGB value is (177,229,191). Sum of RGB (Red+Green+Blue) = 177+229+191=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E5BF is #4E1A40. Grayscale: #D1D1D1. Windows color (decimal): -5118529 or 12576177. OLE color: 12576177.

HSL color Cylindrical-coordinate representation of color #B1E5BF: hue angle of 136.15º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1E5BF is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 229 191 -
CMYK 0.23 0 0.17 0.10
HSL 136.15º 0.5% 0.8% -
HSV(B) 136.15º 0.23% 0.9% -
XYZ 55.55 69.15 59.71 -
YUV 209.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 177 229 191 0.23 0 0.17 0.10 136.15 0.5 0.8
Hex B1 E5 BF 17 0 11 A 88 32 50
Octal 261 345 277 27 0 21 12 210 62 120
Binary 10110001 11100101 10111111 10111 0 10001 1010 10001000 110010 1010000

Color Harmonies of #B1E5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E5BF

Black with #B1E5BF

Text Example


Text Example

White with #B1E5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E5BF; }

 p { color: rgb(177,229,191); }

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

background-color css

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

 a { background-color: rgb(177,229,191); }

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

border-color css

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

 span { border-color: rgb(177,229,191); }

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