Html Css Color HEX #B1FEBF Fringy Flower

📋 copy color: '#B1FEBF'

red 177 ◦ green 254 ◦ blue 191

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

Shades of Fringy Flower #B1FEBF

Tints of Fringy Flower #B1FEBF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.84%

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

R = 28.46%
G = 40.84%
B = 30.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#B1FEBF (or 0xB1FEBF) is known color: Fringy Flower. HEX triplet: B1, FE and BF. RGB value is (177,254,191). Sum of RGB (Red+Green+Blue) = 177+254+191=622 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.46% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEBF is #4E0140. Grayscale: #DFDFDF. Windows color (decimal): -5112129 or 12582577. OLE color: 12582577.

HSL color Cylindrical-coordinate representation of color #B1FEBF: hue angle of 130.91º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FEBF is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 254 191 -
CMYK 0.30 0 0.25 0.00
HSL 130.91º 0.97% 0.85% -
HSV(B) 130.91º 0.3% 1% -
XYZ 62.98 83.99 62.18 -
YUV 223.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 177 254 191 0.30 0 0.25 0.00 130.91 0.97 0.85
Hex B1 FE BF 1E 0 19 0 83 61 55
Octal 261 376 277 36 0 31 0 203 141 125
Binary 10110001 11111110 10111111 11110 0 11001 0 10000011 1100001 1010101

Color Harmonies of #B1FEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEBF

Black with #B1FEBF

Text Example


Text Example

White with #B1FEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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