Html Css Color HEX #BFEFC9 Granny Apple

📋 copy color: '#BFEFC9'

red 191 ◦ green 239 ◦ blue 201

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

Shades of Granny Apple #BFEFC9

Tints of Granny Apple #BFEFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.85%

R = 30.27%
G = 37.88%
B = 31.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#BFEFC9 (or 0xBFEFC9) is known color: Granny Apple. HEX triplet: BF, EF and C9. RGB value is (191,239,201). Sum of RGB (Red+Green+Blue) = 191+239+201=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFC9 is #401036. Grayscale: #DCDCDC. Windows color (decimal): -4198455 or 13234111. OLE color: 13234111.

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

Color convert

RGB 191 239 201 -
CMYK 0.20 0 0.16 0.06
HSL 132.5º 0.6% 0.84% -
HSV(B) 132.5º 0.2% 0.94% -
XYZ 62.89 77.03 66.81 -
YUV 220.32 117.1 107.09 -
System Red Green Blue C M Y K H S L
Decimal 191 239 201 0.20 0 0.16 0.06 132.5 0.6 0.84
Hex BF EF C9 14 0 10 6 84 3C 54
Octal 277 357 311 24 0 20 6 204 74 124
Binary 10111111 11101111 11001001 10100 0 10000 110 10000100 111100 1010100

Color Harmonies of #BFEFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEFC9

Black with #BFEFC9

Text Example


Text Example

White with #BFEFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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