#BFFCC2

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

Shades of Granny Apple #BFFCC2

Tints of Granny Apple #BFFCC2

Color information

#BFFCC2 (or 0xBFFCC2) is unknown color: approx Granny Apple. HEX triplet: BF, FC and C2. RGB value is (191,252,194). Sum of RGB (Red+Green+Blue) = 191+252+194=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCC2 is #40033D. Grayscale: #E3E3E3. Windows color (decimal): -4195134 or 12778687. OLE color: 12778687.

HSL color Cylindrical-coordinate representation of color #BFFCC2: hue angle of 122.95º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFCC2 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB191252194-
CMYK0.2400.230.01
HSL122.95º91.04%86.86%-
HSV(B)122.95º24.21%98.82%-
XYZ66.0384.5963.89-
YUV227.15109.29102.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.98%
GREEN value IS 252 (98.83% from 255) = 39.56%
BLUE value IS 194 (76.17% from 255) = 30.46%
R=29.98%
G=39.56%
B=30.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912521940.2400.230.01122.9591.0486.86
HexBFFCC21801717b5b57
Octal277374302300271173133127
Binary101111111111110011000010110000101111111101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCC2; }

 p { color: rgb(191,252,194); }

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

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

 a { background-color: rgb(191,252,194); }

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

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

 span { border-color: rgb(191,252,194); }

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