Html Css Color HEX #BFEEBF Fringy Flower

📋 copy color: '#BFEEBF'

red 191 ◦ green 238 ◦ blue 191

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

Shades of Fringy Flower #BFEEBF

Tints of Fringy Flower #BFEEBF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.39%

 BLUE value IS 191 (75% from 255) = 30.81%

R = 30.81%
G = 38.39%
B = 30.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#BFEEBF (or 0xBFEEBF) is known color: Fringy Flower. HEX triplet: BF, EE and BF. RGB value is (191,238,191). Sum of RGB (Red+Green+Blue) = 191+238+191=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEBF is #401140. Grayscale: #DADADA. Windows color (decimal): -4198721 or 12578495. OLE color: 12578495.

HSL color Cylindrical-coordinate representation of color #BFEEBF: hue angle of 120º degrees, saturation: 0.58, 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 #BFEEBF is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 191 -
CMYK 0.20 0 0.20 0.07
HSL 120º 0.58% 0.84% -
HSV(B) 120º 0.2% 0.93% -
XYZ 61.46 75.99 60.72 -
YUV 218.59 112.43 108.32 -
System Red Green Blue C M Y K H S L
Decimal 191 238 191 0.20 0 0.20 0.07 120 0.58 0.84
Hex BF EE BF 14 0 14 7 78 3A 54
Octal 277 356 277 24 0 24 7 170 72 124
Binary 10111111 11101110 10111111 10100 0 10100 111 1111000 111010 1010100

Color Harmonies of #BFEEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEEBF

Black with #BFEEBF

Text Example


Text Example

White with #BFEEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEEBF; }

 p { color: rgb(191,238,191); }

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

background-color css

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

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

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

border-color css

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

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

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