Html Css Color HEX #BFEFC6 Granny Apple

📋 copy color: '#BFEFC6'

red 191 ◦ green 239 ◦ blue 198

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

Shades of Granny Apple #BFEFC6

Tints of Granny Apple #BFEFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.53%

R = 30.41%
G = 38.06%
B = 31.53%

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

#BFEFC6 (or 0xBFEFC6) is known color: Granny Apple. HEX triplet: BF, EF and C6. RGB value is (191,239,198). Sum of RGB (Red+Green+Blue) = 191+239+198=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFC6 is #401039. Grayscale: #DCDCDC. Windows color (decimal): -4198458 or 13037503. OLE color: 13037503.

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

Color convert

RGB 191 239 198 -
CMYK 0.20 0 0.17 0.06
HSL 128.75º 0.6% 0.84% -
HSV(B) 128.75º 0.2% 0.94% -
XYZ 62.55 76.89 64.97 -
YUV 219.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 191 239 198 0.20 0 0.17 0.06 128.75 0.6 0.84
Hex BF EF C6 14 0 11 6 81 3C 54
Octal 277 357 306 24 0 21 6 201 74 124
Binary 10111111 11101111 11000110 10100 0 10001 110 10000001 111100 1010100

Color Harmonies of #BFEFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFC6

Black with #BFEFC6

Text Example


Text Example

White with #BFEFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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