#BFEEC6

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

Shades of Granny Apple #BFEEC6

Tints of Granny Apple #BFEEC6

Color information

#BFEEC6 (or 0xBFEEC6) is unknown color: approx Granny Apple. HEX triplet: BF, EE and C6. RGB value is (191,238,198). Sum of RGB (Red+Green+Blue) = 191+238+198=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEC6 is #401139. Grayscale: #DBDBDB. Windows color (decimal): -4198714 or 13037247. OLE color: 13037247.

HSL color Cylindrical-coordinate representation of color #BFEEC6: hue angle of 128.94º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEEC6 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB191238198-
CMYK0.2000.170.07
HSL128.94º58.02%84.12%-
HSV(B)128.94º19.75%93.33%-
XYZ62.2576.364.87-
YUV219.39115.93107.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.46%
GREEN value IS 238 (93.36% from 255) = 37.96%
BLUE value IS 198 (77.73% from 255) = 31.58%
R=30.46%
G=37.96%
B=31.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912381980.2000.170.07128.9458.0284.12
HexBFEEC6140117813a54
Octal27735630624021720172124
Binary10111111111011101100011010100010001111100000011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEC6; }

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

 H1.HeaderClassName
 {
   color: #BFEEC6;
 }
 .AnyTagClassName
 {
   color: #BFEEC6;
 }
</style>
background-color css

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

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

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

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

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

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