#BFEFC9

Color #BFEFC9 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BFEFC9

Tints of Granny Apple #BFEFC9

Color information

#BFEFC9 (or 0xBFEFC9) is unknown color: approx 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

RGB191239201-
CMYK0.2000.160.06
HSL132.5º60%84.31%-
HSV(B)132.5º20.08%93.73%-
XYZ62.8977.0366.81-
YUV220.32117.1107.09-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912392010.2000.160.06132.56084.31
HexBFEFC9140106843c54
Octal27735731124020620474124
Binary10111111111011111100100110100010000110100001001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>