Html Css Color HEX #BFF2BE Fringy Flower

📋 copy color: '#BFF2BE'

red 191 ◦ green 242 ◦ blue 190

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

Shades of Fringy Flower #BFF2BE

Tints of Fringy Flower #BFF2BE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.84%

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

R = 30.66%
G = 38.84%
B = 30.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#BFF2BE (or 0xBFF2BE) is known color: Fringy Flower. HEX triplet: BF, F2 and BE. RGB value is (191,242,190). Sum of RGB (Red+Green+Blue) = 191+242+190=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2BE is #400D41. Grayscale: #DCDCDC. Windows color (decimal): -4197698 or 12513983. OLE color: 12513983.

HSL color Cylindrical-coordinate representation of color #BFF2BE: hue angle of 118.85º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF2BE is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 242 190 -
CMYK 0.21 0 0.21 0.05
HSL 118.85º 0.67% 0.85% -
HSV(B) 118.85º 0.21% 0.95% -
XYZ 62.53 78.3 60.53 -
YUV 220.82 110.6 106.73 -
System Red Green Blue C M Y K H S L
Decimal 191 242 190 0.21 0 0.21 0.05 118.85 0.67 0.85
Hex BF F2 BE 15 0 15 5 77 43 55
Octal 277 362 276 25 0 25 5 167 103 125
Binary 10111111 11110010 10111110 10101 0 10101 101 1110111 1000011 1010101

Color Harmonies of #BFF2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF2BE

Black with #BFF2BE

Text Example


Text Example

White with #BFF2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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