Html Css Color HEX #B1FEBD Fringy Flower

📋 copy color: '#B1FEBD'

red 177 ◦ green 254 ◦ blue 189

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

Shades of Fringy Flower #B1FEBD

Tints of Fringy Flower #B1FEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.48%

R = 28.55%
G = 40.97%
B = 30.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#B1FEBD (or 0xB1FEBD) is known color: Fringy Flower. HEX triplet: B1, FE and BD. RGB value is (177,254,189). Sum of RGB (Red+Green+Blue) = 177+254+189=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEBD is #4E0142. Grayscale: #DFDFDF. Windows color (decimal): -5112131 or 12451505. OLE color: 12451505.

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

Color convert

RGB 177 254 189 -
CMYK 0.30 0 0.26 0.00
HSL 129.35º 0.97% 0.85% -
HSV(B) 129.35º 0.3% 1% -
XYZ 62.76 83.9 61.03 -
YUV 223.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 177 254 189 0.30 0 0.26 0.00 129.35 0.97 0.85
Hex B1 FE BD 1E 0 1A 0 81 61 55
Octal 261 376 275 36 0 32 0 201 141 125
Binary 10110001 11111110 10111101 11110 0 11010 0 10000001 1100001 1010101

Color Harmonies of #B1FEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEBD

Black with #B1FEBD

Text Example


Text Example

White with #B1FEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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