Html Css Color HEX #B2FFBF Fringy Flower

📋 copy color: '#B2FFBF'

red 178 ◦ green 255 ◦ blue 191

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

Shades of Fringy Flower #B2FFBF

Tints of Fringy Flower #B2FFBF

RGB

 RED value IS 178 (69.92% from 255) = 28.53%

 GREEN value IS 255 (100% from 255) = 40.87%

 BLUE value IS 191 (75% from 255) = 30.61%

R = 28.53%
G = 40.87%
B = 30.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#B2FFBF (or 0xB2FFBF) is known color: Fringy Flower. HEX triplet: B2, FF and BF. RGB value is (178,255,191). Sum of RGB (Red+Green+Blue) = 178+255+191=624 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.53% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFBF is #4D0040. Grayscale: #E0E0E0. Windows color (decimal): -5046337 or 12582834. OLE color: 12582834.

HSL color Cylindrical-coordinate representation of color #B2FFBF: hue angle of 130.13º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFBF is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 178 255 191 -
CMYK 0.30 0 0.25 0
HSL 130.13º 1% 0.85% -
HSV(B) 130.13º 0.3% 1% -
XYZ 63.52 84.75 62.3 -
YUV 224.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 178 255 191 0.30 0 0.25 0 130.13 1 0.85
Hex B2 FF BF 1E 0 19 0 82 64 55
Octal 262 377 277 36 0 31 0 202 144 125
Binary 10110010 11111111 10111111 11110 0 11001 0 10000010 1100100 1010101

Color Harmonies of #B2FFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFBF

Black with #B2FFBF

Text Example


Text Example

White with #B2FFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFBF; }

 p { color: rgb(178,255,191); }

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

background-color css

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

 a { background-color: rgb(178,255,191); }

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

border-color css

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

 span { border-color: rgb(178,255,191); }

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