Html Css Color HEX #BFEFCF Granny Apple

📋 copy color: '#BFEFCF'

red 191 ◦ green 239 ◦ blue 207

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

Shades of Granny Apple #BFEFCF

Tints of Granny Apple #BFEFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.5%

R = 29.98%
G = 37.52%
B = 32.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#BFEFCF (or 0xBFEFCF) is known color: Granny Apple. HEX triplet: BF, EF and CF. RGB value is (191,239,207). Sum of RGB (Red+Green+Blue) = 191+239+207=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFCF is #401030. Grayscale: #DDDDDD. Windows color (decimal): -4198449 or 13627327. OLE color: 13627327.

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

Color convert

RGB 191 239 207 -
CMYK 0.20 0 0.13 0.06
HSL 140º 0.6% 0.84% -
HSV(B) 140º 0.2% 0.94% -
XYZ 63.61 77.31 70.6 -
YUV 221 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 191 239 207 0.20 0 0.13 0.06 140 0.6 0.84
Hex BF EF CF 14 0 D 6 8C 3C 54
Octal 277 357 317 24 0 15 6 214 74 124
Binary 10111111 11101111 11001111 10100 0 1101 110 10001100 111100 1010100

Color Harmonies of #BFEFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFCF

Black with #BFEFCF

Text Example


Text Example

White with #BFEFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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