Html Css Color HEX #B9FFBF Fringy Flower

📋 copy color: '#B9FFBF'

red 185 ◦ green 255 ◦ blue 191

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

Shades of Fringy Flower #B9FFBF

Tints of Fringy Flower #B9FFBF

RGB

 RED value IS 185 (72.66% from 255) = 29.32%

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

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

R = 29.32%
G = 40.41%
B = 30.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#B9FFBF (or 0xB9FFBF) is known color: Fringy Flower. HEX triplet: B9, FF and BF. RGB value is (185,255,191). Sum of RGB (Red+Green+Blue) = 185+255+191=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFBF is #460040. Grayscale: #E2E2E2. Windows color (decimal): -4587585 or 12582841. OLE color: 12582841.

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

Color convert

RGB 185 255 191 -
CMYK 0.27 0 0.25 0
HSL 125.14º 1% 0.86% -
HSV(B) 125.14º 0.27% 1% -
XYZ 65.17 85.6 62.38 -
YUV 226.77 107.81 98.2 -
System Red Green Blue C M Y K H S L
Decimal 185 255 191 0.27 0 0.25 0 125.14 1 0.86
Hex B9 FF BF 1B 0 19 0 7D 64 56
Octal 271 377 277 33 0 31 0 175 144 126
Binary 10111001 11111111 10111111 11011 0 11001 0 1111101 1100100 1010110

Color Harmonies of #B9FFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FFBF

Black with #B9FFBF

Text Example


Text Example

White with #B9FFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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