#BCFFCA

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

Shades of Granny Apple #BCFFCA

Tints of Granny Apple #BCFFCA

Color information

#BCFFCA (or 0xBCFFCA) is unknown color: approx Granny Apple. HEX triplet: BC, FF and CA. RGB value is (188,255,202). Sum of RGB (Red+Green+Blue) = 188+255+202=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFCA is #430035. Grayscale: #E5E5E5. Windows color (decimal): -4390966 or 13303740. OLE color: 13303740.

HSL color Cylindrical-coordinate representation of color #BCFFCA: hue angle of 132.54º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFCA is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB188255202-
CMYK0.2600.210
HSL132.54º100%86.86%-
HSV(B)132.54º26.27%100%-
XYZ67.1686.4869.03-
YUV228.92112.898.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.15%
GREEN value IS 255 (100% from 255) = 39.53%
BLUE value IS 202 (79.30% from 255) = 31.32%
R=29.15%
G=39.53%
B=31.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552020.2600.210132.5410086.86
HexBCFFCA1A0150856457
Octal274377312320250205144127
Binary1011110011111111110010101101001010101000010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFCA; }

 p { color: rgb(188,255,202); }

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

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

 a { background-color: rgb(188,255,202); }

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

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

 span { border-color: rgb(188,255,202); }

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