#BCFDD0

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

Shades of Granny Apple #BCFDD0

Tints of Granny Apple #BCFDD0

Color information

#BCFDD0 (or 0xBCFDD0) is unknown color: approx Granny Apple. HEX triplet: BC, FD and D0. RGB value is (188,253,208). Sum of RGB (Red+Green+Blue) = 188+253+208=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDD0 is #43022F. Grayscale: #E4E4E4. Windows color (decimal): -4391472 or 13696444. OLE color: 13696444.

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

Color convert

RGB188253208-
CMYK0.2600.180.01
HSL138.46º94.2%86.47%-
HSV(B)138.46º25.69%99.22%-
XYZ67.2585.572.63-
YUV228.43116.4799.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.97%
GREEN value IS 253 (99.22% from 255) = 38.98%
BLUE value IS 208 (81.64% from 255) = 32.05%
R=28.97%
G=38.98%
B=32.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882532080.2600.180.01138.4694.286.47
HexBCFDD01A01218a5e56
Octal274375320320221212136126
Binary1011110011111101110100001101001001011000101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDD0; }

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

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

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

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

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

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

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

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