#BCFDCC

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

Shades of Granny Apple #BCFDCC

Tints of Granny Apple #BCFDCC

Color information

#BCFDCC (or 0xBCFDCC) is unknown color: approx Granny Apple. HEX triplet: BC, FD and CC. RGB value is (188,253,204). Sum of RGB (Red+Green+Blue) = 188+253+204=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDCC is #430233. Grayscale: #E4E4E4. Windows color (decimal): -4391476 or 13434300. OLE color: 13434300.

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

Color convert

RGB188253204-
CMYK0.2600.190.01
HSL134.77º94.2%86.47%-
HSV(B)134.77º25.69%99.22%-
XYZ66.7685.370.07-
YUV227.98114.4799.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.15%
GREEN value IS 253 (99.22% from 255) = 39.22%
BLUE value IS 204 (80.08% from 255) = 31.63%
R=29.15%
G=39.22%
B=31.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882532040.2600.190.01134.7794.286.47
HexBCFDCC1A0131875e56
Octal274375314320231207136126
Binary1011110011111101110011001101001001111000011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDCC; }

 p { color: rgb(188,253,204); }

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

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

 a { background-color: rgb(188,253,204); }

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

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

 span { border-color: rgb(188,253,204); }

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