Html Css Color HEX #B1FABB Fringy Flower

📋 copy color: '#B1FABB'

red 177 ◦ green 250 ◦ blue 187

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

Shades of Fringy Flower #B1FABB

Tints of Fringy Flower #B1FABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.46%

R = 28.83%
G = 40.72%
B = 30.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#B1FABB (or 0xB1FABB) is known color: Fringy Flower. HEX triplet: B1, FA and BB. RGB value is (177,250,187). Sum of RGB (Red+Green+Blue) = 177+250+187=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FABB is #4E0544. Grayscale: #DDDDDD. Windows color (decimal): -5113157 or 12319409. OLE color: 12319409.

HSL color Cylindrical-coordinate representation of color #B1FABB: hue angle of 128.22º 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 #B1FABB is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 250 187 -
CMYK 0.29 0 0.25 0.02
HSL 128.22º 0.88% 0.84% -
HSV(B) 128.22º 0.29% 0.98% -
XYZ 61.29 81.31 59.48 -
YUV 220.99 108.82 96.62 -
System Red Green Blue C M Y K H S L
Decimal 177 250 187 0.29 0 0.25 0.02 128.22 0.88 0.84
Hex B1 FA BB 1D 0 19 2 80 58 54
Octal 261 372 273 35 0 31 2 200 130 124
Binary 10110001 11111010 10111011 11101 0 11001 10 10000000 1011000 1010100

Color Harmonies of #B1FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FABB

Black with #B1FABB

Text Example


Text Example

White with #B1FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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