Html Css Color HEX #BFFDBE Fringy Flower

📋 copy color: '#BFFDBE'

red 191 ◦ green 253 ◦ blue 190

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

Shades of Fringy Flower #BFFDBE

Tints of Fringy Flower #BFFDBE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.91%

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

R = 30.13%
G = 39.91%
B = 29.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#BFFDBE (or 0xBFFDBE) is known color: Fringy Flower. HEX triplet: BF, FD and BE. RGB value is (191,253,190). Sum of RGB (Red+Green+Blue) = 191+253+190=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDBE is #400241. Grayscale: #E3E3E3. Windows color (decimal): -4194882 or 12516799. OLE color: 12516799.

HSL color Cylindrical-coordinate representation of color #BFFDBE: hue angle of 119.05º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDBE is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 253 190 -
CMYK 0.25 0 0.25 0.01
HSL 119.05º 0.94% 0.87% -
HSV(B) 119.05º 0.25% 0.99% -
XYZ 65.91 85.04 61.66 -
YUV 227.28 106.96 102.12 -
System Red Green Blue C M Y K H S L
Decimal 191 253 190 0.25 0 0.25 0.01 119.05 0.94 0.87
Hex BF FD BE 19 0 19 1 77 5E 57
Octal 277 375 276 31 0 31 1 167 136 127
Binary 10111111 11111101 10111110 11001 0 11001 1 1110111 1011110 1010111

Color Harmonies of #BFFDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFDBE

Black with #BFFDBE

Text Example


Text Example

White with #BFFDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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