#BFECCA

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

Shades of Granny Apple #BFECCA

Tints of Granny Apple #BFECCA

Color information

#BFECCA (or 0xBFECCA) is unknown color: approx Granny Apple. HEX triplet: BF, EC and CA. RGB value is (191,236,202). Sum of RGB (Red+Green+Blue) = 191+236+202=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECCA is #401335. Grayscale: #DADADA. Windows color (decimal): -4199222 or 13298879. OLE color: 13298879.

HSL color Cylindrical-coordinate representation of color #BFECCA: hue angle of 134.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFECCA is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB191236202-
CMYK0.1900.140.07
HSL134.67º54.22%83.73%-
HSV(B)134.67º19.07%92.55%-
XYZ62.1475.3367.14-
YUV218.67118.59108.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.37%
GREEN value IS 236 (92.58% from 255) = 37.52%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=30.37%
G=37.52%
B=32.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912362020.1900.140.07134.6754.2283.73
HexBFECCA130E7873654
Octal27735431223016720766124
Binary1011111111101100110010101001101110111100001111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECCA; }

 p { color: rgb(191,236,202); }

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

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

 a { background-color: rgb(191,236,202); }

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

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

 span { border-color: rgb(191,236,202); }

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