Html Css Color HEX #BFE5BE Fringy Flower

📋 copy color: '#BFE5BE'

red 191 ◦ green 229 ◦ blue 190

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

Shades of Fringy Flower #BFE5BE

Tints of Fringy Flower #BFE5BE

RGB

 RED value IS 191 (75% from 255) = 31.31%

 GREEN value IS 229 (89.84% from 255) = 37.54%

 BLUE value IS 190 (74.61% from 255) = 31.15%

R = 31.31%
G = 37.54%
B = 31.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#BFE5BE (or 0xBFE5BE) is known color: Fringy Flower. HEX triplet: BF, E5 and BE. RGB value is (191,229,190). Sum of RGB (Red+Green+Blue) = 191+229+190=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5BE is #401A41. Grayscale: #D5D5D5. Windows color (decimal): -4201026 or 12510655. OLE color: 12510655.

HSL color Cylindrical-coordinate representation of color #BFE5BE: hue angle of 118.46º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE5BE is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 190 -
CMYK 0.17 0 0.17 0.10
HSL 118.46º 0.43% 0.82% -
HSV(B) 118.46º 0.17% 0.9% -
XYZ 58.8 70.83 59.29 -
YUV 213.19 114.91 112.17 -
System Red Green Blue C M Y K H S L
Decimal 191 229 190 0.17 0 0.17 0.10 118.46 0.43 0.82
Hex BF E5 BE 11 0 11 A 76 2B 52
Octal 277 345 276 21 0 21 12 166 53 122
Binary 10111111 11100101 10111110 10001 0 10001 1010 1110110 101011 1010010

Color Harmonies of #BFE5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE5BE

Black with #BFE5BE

Text Example


Text Example

White with #BFE5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE5BE; }

 p { color: rgb(191,229,190); }

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

background-color css

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

 a { background-color: rgb(191,229,190); }

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

border-color css

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

 span { border-color: rgb(191,229,190); }

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