#BFECC4

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

Shades of Granny Apple #BFECC4

Tints of Granny Apple #BFECC4

Color information

#BFECC4 (or 0xBFECC4) is unknown color: approx Granny Apple. HEX triplet: BF, EC and C4. RGB value is (191,236,196). Sum of RGB (Red+Green+Blue) = 191+236+196=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECC4 is #40133B. Grayscale: #DADADA. Windows color (decimal): -4199228 or 12905663. OLE color: 12905663.

HSL color Cylindrical-coordinate representation of color #BFECC4: hue angle of 126.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 #BFECC4 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB191236196-
CMYK0.1900.170.07
HSL126.67º54.22%83.73%-
HSV(B)126.67º19.07%92.55%-
XYZ61.4575.0563.47-
YUV217.98115.59108.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 236 (92.58% from 255) = 37.88%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=30.66%
G=37.88%
B=31.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912361960.1900.170.07126.6754.2283.73
HexBFECC41301177f3654
Octal27735430423021717766124
Binary1011111111101100110001001001101000111111111111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECC4; }

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

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

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

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

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

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

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

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