Html Css Color HEX #BFF1BE Fringy Flower

📋 copy color: '#BFF1BE'

red 191 ◦ green 241 ◦ blue 190

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

Shades of Fringy Flower #BFF1BE

Tints of Fringy Flower #BFF1BE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.75%

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

R = 30.71%
G = 38.75%
B = 30.55%

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

#BFF1BE (or 0xBFF1BE) is known color: Fringy Flower. HEX triplet: BF, F1 and BE. RGB value is (191,241,190). Sum of RGB (Red+Green+Blue) = 191+241+190=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF1BE is #400E41. Grayscale: #DCDCDC. Windows color (decimal): -4197954 or 12513727. OLE color: 12513727.

HSL color Cylindrical-coordinate representation of color #BFF1BE: hue angle of 118.82º degrees, saturation: 0.65, 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 #BFF1BE is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 241 190 -
CMYK 0.21 0 0.21 0.05
HSL 118.82º 0.65% 0.85% -
HSV(B) 118.82º 0.21% 0.95% -
XYZ 62.24 77.7 60.43 -
YUV 220.24 110.94 107.15 -
System Red Green Blue C M Y K H S L
Decimal 191 241 190 0.21 0 0.21 0.05 118.82 0.65 0.85
Hex BF F1 BE 15 0 15 5 77 41 55
Octal 277 361 276 25 0 25 5 167 101 125
Binary 10111111 11110001 10111110 10101 0 10101 101 1110111 1000001 1010101

Color Harmonies of #BFF1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF1BE

Black with #BFF1BE

Text Example


Text Example

White with #BFF1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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