Html Css Color HEX #B1FBBA Fringy Flower

📋 copy color: '#B1FBBA'

red 177 ◦ green 251 ◦ blue 186

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

Shades of Fringy Flower #B1FBBA

Tints of Fringy Flower #B1FBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.88%

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

R = 28.83%
G = 40.88%
B = 30.29%

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

#B1FBBA (or 0xB1FBBA) is known color: Fringy Flower. HEX triplet: B1, FB and BA. RGB value is (177,251,186). Sum of RGB (Red+Green+Blue) = 177+251+186=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBBA is #4E0445. Grayscale: #DDDDDD. Windows color (decimal): -5112902 or 12254129. OLE color: 12254129.

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

Color convert

RGB 177 251 186 -
CMYK 0.29 0 0.26 0.02
HSL 127.3º 0.9% 0.84% -
HSV(B) 127.3º 0.29% 0.98% -
XYZ 61.49 81.89 59.02 -
YUV 221.46 107.98 96.29 -
System Red Green Blue C M Y K H S L
Decimal 177 251 186 0.29 0 0.26 0.02 127.3 0.9 0.84
Hex B1 FB BA 1D 0 1A 2 7F 5A 54
Octal 261 373 272 35 0 32 2 177 132 124
Binary 10110001 11111011 10111010 11101 0 11010 10 1111111 1011010 1010100

Color Harmonies of #B1FBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FBBA

Black with #B1FBBA

Text Example


Text Example

White with #B1FBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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