Html Css Color HEX #B1FDBA Fringy Flower

📋 copy color: '#B1FDBA'

red 177 ◦ green 253 ◦ blue 186

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

Shades of Fringy Flower #B1FDBA

Tints of Fringy Flower #B1FDBA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.07%

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

R = 28.73%
G = 41.07%
B = 30.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#B1FDBA (or 0xB1FDBA) is known color: Fringy Flower. HEX triplet: B1, FD and BA. RGB value is (177,253,186). Sum of RGB (Red+Green+Blue) = 177+253+186=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FDBA is #4E0245. Grayscale: #DEDEDE. Windows color (decimal): -5112390 or 12254641. OLE color: 12254641.

HSL color Cylindrical-coordinate representation of color #B1FDBA: hue angle of 127.11º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FDBA is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 253 186 -
CMYK 0.30 0 0.26 0.01
HSL 127.11º 0.95% 0.84% -
HSV(B) 127.11º 0.3% 0.99% -
XYZ 62.12 83.14 59.23 -
YUV 222.64 107.32 95.45 -
System Red Green Blue C M Y K H S L
Decimal 177 253 186 0.30 0 0.26 0.01 127.11 0.95 0.84
Hex B1 FD BA 1E 0 1A 1 7F 5F 54
Octal 261 375 272 36 0 32 1 177 137 124
Binary 10110001 11111101 10111010 11110 0 11010 1 1111111 1011111 1010100

Color Harmonies of #B1FDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FDBA

Black with #B1FDBA

Text Example


Text Example

White with #B1FDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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