#BCFDCD

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

Shades of Granny Apple #BCFDCD

Tints of Granny Apple #BCFDCD

Color information

#BCFDCD (or 0xBCFDCD) is unknown color: approx Granny Apple. HEX triplet: BC, FD and CD. RGB value is (188,253,205). Sum of RGB (Red+Green+Blue) = 188+253+205=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDCD is #430232. Grayscale: #E4E4E4. Windows color (decimal): -4391475 or 13499836. OLE color: 13499836.

HSL color Cylindrical-coordinate representation of color #BCFDCD: hue angle of 135.69º 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 #BCFDCD is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB188253205-
CMYK0.2600.190.01
HSL135.69º94.2%86.47%-
HSV(B)135.69º25.69%99.22%-
XYZ66.8885.3570.71-
YUV228.09114.9799.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.10%
GREEN value IS 253 (99.22% from 255) = 39.16%
BLUE value IS 205 (80.47% from 255) = 31.73%
R=29.10%
G=39.16%
B=31.73%

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
Decimal1882532050.2600.190.01135.6994.286.47
HexBCFDCD1A0131885e56
Octal274375315320231210136126
Binary1011110011111101110011011101001001111000100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDCD; }

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

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

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

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

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

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

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

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