#BCF9CD

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

Shades of Granny Apple #BCF9CD

Tints of Granny Apple #BCF9CD

Color information

#BCF9CD (or 0xBCF9CD) is unknown color: approx Granny Apple. HEX triplet: BC, F9 and CD. RGB value is (188,249,205). Sum of RGB (Red+Green+Blue) = 188+249+205=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9CD is #430632. Grayscale: #E1E1E1. Windows color (decimal): -4392499 or 13498812. OLE color: 13498812.

HSL color Cylindrical-coordinate representation of color #BCF9CD: hue angle of 136.72º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF9CD is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB188249205-
CMYK0.2400.180.02
HSL136.72º83.56%85.69%-
HSV(B)136.72º24.5%97.65%-
XYZ65.6382.8570.29-
YUV225.74116.29101.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.28%
GREEN value IS 249 (97.66% from 255) = 38.79%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=29.28%
G=38.79%
B=31.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882492050.2400.180.02136.7283.5685.69
HexBCF9CD180122895456
Octal274371315300222211124126
Binary10111100111110011100110111000010010101000100110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF9CD; }

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

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

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

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

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

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

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

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