Html Css Color HEX #BFEDBE Fringy Flower

📋 copy color: '#BFEDBE'

red 191 ◦ green 237 ◦ blue 190

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

Shades of Fringy Flower #BFEDBE

Tints of Fringy Flower #BFEDBE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.35%

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

R = 30.91%
G = 38.35%
B = 30.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#BFEDBE (or 0xBFEDBE) is known color: Fringy Flower. HEX triplet: BF, ED and BE. RGB value is (191,237,190). Sum of RGB (Red+Green+Blue) = 191+237+190=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDBE is #401241. Grayscale: #DADADA. Windows color (decimal): -4198978 or 12512703. OLE color: 12512703.

HSL color Cylindrical-coordinate representation of color #BFEDBE: hue angle of 118.72º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEDBE is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 237 190 -
CMYK 0.19 0 0.20 0.07
HSL 118.72º 0.57% 0.84% -
HSV(B) 118.72º 0.2% 0.93% -
XYZ 61.06 75.36 60.04 -
YUV 217.89 112.26 108.82 -
System Red Green Blue C M Y K H S L
Decimal 191 237 190 0.19 0 0.20 0.07 118.72 0.57 0.84
Hex BF ED BE 13 0 14 7 77 39 54
Octal 277 355 276 23 0 24 7 167 71 124
Binary 10111111 11101101 10111110 10011 0 10100 111 1110111 111001 1010100

Color Harmonies of #BFEDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDBE

Black with #BFEDBE

Text Example


Text Example

White with #BFEDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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