Html Css Color HEX #B1FAC5 Fringy Flower

📋 copy color: '#B1FAC5'

red 177 ◦ green 250 ◦ blue 197

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

Shades of Fringy Flower #B1FAC5

Tints of Fringy Flower #B1FAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.57%

R = 28.37%
G = 40.06%
B = 31.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#B1FAC5 (or 0xB1FAC5) is known color: Fringy Flower. HEX triplet: B1, FA and C5. RGB value is (177,250,197). Sum of RGB (Red+Green+Blue) = 177+250+197=624 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.37% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FAC5 is #4E053A. Grayscale: #DEDEDE. Windows color (decimal): -5113147 or 12974769. OLE color: 12974769.

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

Color convert

RGB 177 250 197 -
CMYK 0.29 0 0.21 0.02
HSL 136.44º 0.88% 0.84% -
HSV(B) 136.44º 0.29% 0.98% -
XYZ 62.4 81.75 65.31 -
YUV 222.13 113.82 95.81 -
System Red Green Blue C M Y K H S L
Decimal 177 250 197 0.29 0 0.21 0.02 136.44 0.88 0.84
Hex B1 FA C5 1D 0 15 2 88 58 54
Octal 261 372 305 35 0 25 2 210 130 124
Binary 10110001 11111010 11000101 11101 0 10101 10 10001000 1011000 1010100

Color Harmonies of #B1FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FAC5

Black with #B1FAC5

Text Example


Text Example

White with #B1FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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