#BCFCCA

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

Shades of Granny Apple #BCFCCA

Tints of Granny Apple #BCFCCA

Color information

#BCFCCA (or 0xBCFCCA) is unknown color: approx Granny Apple. HEX triplet: BC, FC and CA. RGB value is (188,252,202). Sum of RGB (Red+Green+Blue) = 188+252+202=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCCA is #430335. Grayscale: #E3E3E3. Windows color (decimal): -4391734 or 13302972. OLE color: 13302972.

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

Color convert

RGB188252202-
CMYK0.2500.200.01
HSL133.12º91.43%86.27%-
HSV(B)133.12º25.4%98.82%-
XYZ66.2184.5868.71-
YUV227.16113.8100.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.28%
GREEN value IS 252 (98.83% from 255) = 39.25%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=29.28%
G=39.25%
B=31.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882522020.2500.200.01133.1291.4386.27
HexBCFCCA190141855b56
Octal274374312310241205133126
Binary1011110011111100110010101100101010011000010110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCCA; }

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

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

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

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

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

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

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

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