Html Css Color HEX #B1FCBA Fringy Flower

📋 copy color: '#B1FCBA'

red 177 ◦ green 252 ◦ blue 186

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

Shades of Fringy Flower #B1FCBA

Tints of Fringy Flower #B1FCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.98%

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

R = 28.78%
G = 40.98%
B = 30.24%

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

#B1FCBA (or 0xB1FCBA) is known color: Fringy Flower. HEX triplet: B1, FC and BA. RGB value is (177,252,186). Sum of RGB (Red+Green+Blue) = 177+252+186=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCBA is #4E0345. Grayscale: #DEDEDE. Windows color (decimal): -5112646 or 12254385. OLE color: 12254385.

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

Color convert

RGB 177 252 186 -
CMYK 0.30 0 0.26 0.01
HSL 127.2º 0.93% 0.84% -
HSV(B) 127.2º 0.3% 0.99% -
XYZ 61.8 82.51 59.12 -
YUV 222.05 107.65 95.87 -
System Red Green Blue C M Y K H S L
Decimal 177 252 186 0.30 0 0.26 0.01 127.2 0.93 0.84
Hex B1 FC BA 1E 0 1A 1 7F 5D 54
Octal 261 374 272 36 0 32 1 177 135 124
Binary 10110001 11111100 10111010 11110 0 11010 1 1111111 1011101 1010100

Color Harmonies of #B1FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FCBA

Black with #B1FCBA

Text Example


Text Example

White with #B1FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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