Html Css Color HEX #B1FABA Fringy Flower

📋 copy color: '#B1FABA'

red 177 ◦ green 250 ◦ blue 186

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

Shades of Fringy Flower #B1FABA

Tints of Fringy Flower #B1FABA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.78%

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

R = 28.87%
G = 40.78%
B = 30.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#B1FABA (or 0xB1FABA) is known color: Fringy Flower. HEX triplet: B1, FA and BA. RGB value is (177,250,186). Sum of RGB (Red+Green+Blue) = 177+250+186=613 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.87% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FABA is #4E0545. Grayscale: #DDDDDD. Windows color (decimal): -5113158 or 12253873. OLE color: 12253873.

HSL color Cylindrical-coordinate representation of color #B1FABA: hue angle of 127.4º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FABA is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 250 186 -
CMYK 0.29 0 0.26 0.02
HSL 127.4º 0.88% 0.84% -
HSV(B) 127.4º 0.29% 0.98% -
XYZ 61.18 81.26 58.92 -
YUV 220.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 177 250 186 0.29 0 0.26 0.02 127.4 0.88 0.84
Hex B1 FA BA 1D 0 1A 2 7F 58 54
Octal 261 372 272 35 0 32 2 177 130 124
Binary 10110001 11111010 10111010 11101 0 11010 10 1111111 1011000 1010100

Color Harmonies of #B1FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FABA

Black with #B1FABA

Text Example


Text Example

White with #B1FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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