Html Css Color HEX #B0FFBF Fringy Flower

📋 copy color: '#B0FFBF'

red 176 ◦ green 255 ◦ blue 191

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

Shades of Fringy Flower #B0FFBF

Tints of Fringy Flower #B0FFBF

RGB

 RED value IS 176 (69.14% from 255) = 28.3%

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

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

R = 28.3%
G = 41%
B = 30.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#B0FFBF (or 0xB0FFBF) is known color: Fringy Flower. HEX triplet: B0, FF and BF. RGB value is (176,255,191). Sum of RGB (Red+Green+Blue) = 176+255+191=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFBF is #4F0040. Grayscale: #E0E0E0. Windows color (decimal): -5177409 or 12582832. OLE color: 12582832.

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

Color convert

RGB 176 255 191 -
CMYK 0.31 0 0.25 0
HSL 131.39º 1% 0.85% -
HSV(B) 131.39º 0.31% 1% -
XYZ 63.07 84.51 62.28 -
YUV 224.08 109.33 93.7 -
System Red Green Blue C M Y K H S L
Decimal 176 255 191 0.31 0 0.25 0 131.39 1 0.85
Hex B0 FF BF 1F 0 19 0 83 64 55
Octal 260 377 277 37 0 31 0 203 144 125
Binary 10110000 11111111 10111111 11111 0 11001 0 10000011 1100100 1010101

Color Harmonies of #B0FFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FFBF

Black with #B0FFBF

Text Example


Text Example

White with #B0FFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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