Html Css Color HEX #B1F1BF Fringy Flower

📋 copy color: '#B1F1BF'

red 177 ◦ green 241 ◦ blue 191

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

Shades of Fringy Flower #B1F1BF

Tints of Fringy Flower #B1F1BF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.57%

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

R = 29.06%
G = 39.57%
B = 31.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#B1F1BF (or 0xB1F1BF) is known color: Fringy Flower. HEX triplet: B1, F1 and BF. RGB value is (177,241,191). Sum of RGB (Red+Green+Blue) = 177+241+191=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F1BF is #4E0E40. Grayscale: #D8D8D8. Windows color (decimal): -5115457 or 12579249. OLE color: 12579249.

HSL color Cylindrical-coordinate representation of color #B1F1BF: hue angle of 133.12º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F1BF is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 241 191 -
CMYK 0.27 0 0.21 0.05
HSL 133.13º 0.7% 0.82% -
HSV(B) 133.13º 0.27% 0.95% -
XYZ 58.99 76.02 60.85 -
YUV 216.16 113.8 100.07 -
System Red Green Blue C M Y K H S L
Decimal 177 241 191 0.27 0 0.21 0.05 133.13 0.7 0.82
Hex B1 F1 BF 1B 0 15 5 85 46 52
Octal 261 361 277 33 0 25 5 205 106 122
Binary 10110001 11110001 10111111 11011 0 10101 101 10000101 1000110 1010010

Color Harmonies of #B1F1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F1BF

Black with #B1F1BF

Text Example


Text Example

White with #B1F1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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