Html Css Color HEX #BFEFD0 Granny Apple

📋 copy color: '#BFEFD0'

red 191 ◦ green 239 ◦ blue 208

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

Shades of Granny Apple #BFEFD0

Tints of Granny Apple #BFEFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.6%

R = 29.94%
G = 37.46%
B = 32.6%

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

#BFEFD0 (or 0xBFEFD0) is known color: Granny Apple. HEX triplet: BF, EF and D0. RGB value is (191,239,208). Sum of RGB (Red+Green+Blue) = 191+239+208=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFD0 is #40102F. Grayscale: #DDDDDD. Windows color (decimal): -4198448 or 13692863. OLE color: 13692863.

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

Color convert

RGB 191 239 208 -
CMYK 0.20 0 0.13 0.06
HSL 141.25º 0.6% 0.84% -
HSV(B) 141.25º 0.2% 0.94% -
XYZ 63.74 77.36 71.25 -
YUV 221.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 191 239 208 0.20 0 0.13 0.06 141.25 0.6 0.84
Hex BF EF D0 14 0 D 6 8D 3C 54
Octal 277 357 320 24 0 15 6 215 74 124
Binary 10111111 11101111 11010000 10100 0 1101 110 10001101 111100 1010100

Color Harmonies of #BFEFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFD0

Black with #BFEFD0

Text Example


Text Example

White with #BFEFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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