Html Css Color HEX #BFEFC7 Granny Apple

📋 copy color: '#BFEFC7'

red 191 ◦ green 239 ◦ blue 199

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

Shades of Granny Apple #BFEFC7

Tints of Granny Apple #BFEFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.64%

R = 30.37%
G = 38%
B = 31.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#BFEFC7 (or 0xBFEFC7) is known color: Granny Apple. HEX triplet: BF, EF and C7. RGB value is (191,239,199). Sum of RGB (Red+Green+Blue) = 191+239+199=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFC7 is #401038. Grayscale: #DCDCDC. Windows color (decimal): -4198457 or 13103039. OLE color: 13103039.

HSL color Cylindrical-coordinate representation of color #BFEFC7: hue angle of 130º 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 #BFEFC7 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 239 199 -
CMYK 0.20 0 0.17 0.06
HSL 130º 0.6% 0.84% -
HSV(B) 130º 0.2% 0.94% -
XYZ 62.66 76.93 65.58 -
YUV 220.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 191 239 199 0.20 0 0.17 0.06 130 0.6 0.84
Hex BF EF C7 14 0 11 6 82 3C 54
Octal 277 357 307 24 0 21 6 202 74 124
Binary 10111111 11101111 11000111 10100 0 10001 110 10000010 111100 1010100

Color Harmonies of #BFEFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFC7

Black with #BFEFC7

Text Example


Text Example

White with #BFEFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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