Html Css Color HEX #BFEFC0 Fringy Flower

📋 copy color: '#BFEFC0'

red 191 ◦ green 239 ◦ blue 192

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

Shades of Fringy Flower #BFEFC0

Tints of Fringy Flower #BFEFC0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.42%

 BLUE value IS 192 (75.39% from 255) = 30.87%

R = 30.71%
G = 38.42%
B = 30.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#BFEFC0 (or 0xBFEFC0) is known color: Fringy Flower. HEX triplet: BF, EF and C0. RGB value is (191,239,192). Sum of RGB (Red+Green+Blue) = 191+239+192=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFC0 is #40103F. Grayscale: #DBDBDB. Windows color (decimal): -4198464 or 12644287. OLE color: 12644287.

HSL color Cylindrical-coordinate representation of color #BFEFC0: hue angle of 121.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFC0 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 192 -
CMYK 0.20 0 0.20 0.06
HSL 121.25º 0.6% 0.84% -
HSV(B) 121.25º 0.2% 0.94% -
XYZ 61.87 76.62 61.4 -
YUV 219.29 112.6 107.82 -
System Red Green Blue C M Y K H S L
Decimal 191 239 192 0.20 0 0.20 0.06 121.25 0.6 0.84
Hex BF EF C0 14 0 14 6 79 3C 54
Octal 277 357 300 24 0 24 6 171 74 124
Binary 10111111 11101111 11000000 10100 0 10100 110 1111001 111100 1010100

Color Harmonies of #BFEFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFC0

Black with #BFEFC0

Text Example


Text Example

White with #BFEFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFC0; }

 p { color: rgb(191,239,192); }

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

background-color css

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

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

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

border-color css

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

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

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