Html Css Color HEX #B1FEBA Fringy Flower

📋 copy color: '#B1FEBA'

red 177 ◦ green 254 ◦ blue 186

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

Shades of Fringy Flower #B1FEBA

Tints of Fringy Flower #B1FEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.15%

R = 28.69%
G = 41.17%
B = 30.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#B1FEBA (or 0xB1FEBA) is known color: Fringy Flower. HEX triplet: B1, FE and BA. RGB value is (177,254,186). Sum of RGB (Red+Green+Blue) = 177+254+186=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEBA is #4E0145. Grayscale: #DFDFDF. Windows color (decimal): -5112134 or 12254897. OLE color: 12254897.

HSL color Cylindrical-coordinate representation of color #B1FEBA: hue angle of 127.01º 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 #B1FEBA is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 254 186 -
CMYK 0.30 0 0.27 0.00
HSL 127.01º 0.97% 0.85% -
HSV(B) 127.01º 0.3% 1% -
XYZ 62.44 83.78 59.33 -
YUV 223.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 177 254 186 0.30 0 0.27 0.00 127.01 0.97 0.85
Hex B1 FE BA 1E 0 1B 0 7F 61 55
Octal 261 376 272 36 0 33 0 177 141 125
Binary 10110001 11111110 10111010 11110 0 11011 0 1111111 1100001 1010101

Color Harmonies of #B1FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEBA

Black with #B1FEBA

Text Example


Text Example

White with #B1FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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