#BFEECA

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

Shades of Granny Apple #BFEECA

Tints of Granny Apple #BFEECA

Color information

#BFEECA (or 0xBFEECA) is unknown color: approx Granny Apple. HEX triplet: BF, EE and CA. RGB value is (191,238,202). Sum of RGB (Red+Green+Blue) = 191+238+202=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEECA is #401135. Grayscale: #DBDBDB. Windows color (decimal): -4198710 or 13299391. OLE color: 13299391.

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

Color convert

RGB191238202-
CMYK0.2000.150.07
HSL134.04º58.02%84.12%-
HSV(B)134.04º19.75%93.33%-
XYZ62.7276.4967.34-
YUV219.84117.93107.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=30.27%
G=37.72%
B=32.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912382020.2000.150.07134.0458.0284.12
HexBFEECA140F7863a54
Octal27735631224017720672124
Binary1011111111101110110010101010001111111100001101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEECA; }

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

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

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

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

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

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

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

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