Html Css Color HEX #B1FCBB Fringy Flower

📋 copy color: '#B1FCBB'

red 177 ◦ green 252 ◦ blue 187

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

Shades of Fringy Flower #B1FCBB

Tints of Fringy Flower #B1FCBB

RGB

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

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

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

R = 28.73%
G = 40.91%
B = 30.36%

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

#B1FCBB (or 0xB1FCBB) is known color: Fringy Flower. HEX triplet: B1, FC and BB. RGB value is (177,252,187). Sum of RGB (Red+Green+Blue) = 177+252+187=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCBB is #4E0344. Grayscale: #DEDEDE. Windows color (decimal): -5112645 or 12319921. OLE color: 12319921.

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

Color convert

RGB 177 252 187 -
CMYK 0.30 0 0.26 0.01
HSL 128º 0.93% 0.84% -
HSV(B) 128º 0.3% 0.99% -
XYZ 61.91 82.56 59.69 -
YUV 222.17 108.15 95.79 -
System Red Green Blue C M Y K H S L
Decimal 177 252 187 0.30 0 0.26 0.01 128 0.93 0.84
Hex B1 FC BB 1E 0 1A 1 80 5D 54
Octal 261 374 273 36 0 32 1 200 135 124
Binary 10110001 11111100 10111011 11110 0 11010 1 10000000 1011101 1010100

Color Harmonies of #B1FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FCBB

Black with #B1FCBB

Text Example


Text Example

White with #B1FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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