#BCFFD0

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

Shades of Granny Apple #BCFFD0

Tints of Granny Apple #BCFFD0

Color information

#BCFFD0 (or 0xBCFFD0) is unknown color: approx Granny Apple. HEX triplet: BC, FF and D0. RGB value is (188,255,208). Sum of RGB (Red+Green+Blue) = 188+255+208=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFD0 is #43002F. Grayscale: #E5E5E5. Windows color (decimal): -4390960 or 13696956. OLE color: 13696956.

HSL color Cylindrical-coordinate representation of color #BCFFD0: hue angle of 137.91º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFD0 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB188255208-
CMYK0.2600.180
HSL137.91º100%86.86%-
HSV(B)137.91º26.27%100%-
XYZ67.8886.7772.84-
YUV229.61115.898.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.88%
GREEN value IS 255 (100% from 255) = 39.17%
BLUE value IS 208 (81.64% from 255) = 31.95%
R=28.88%
G=39.17%
B=31.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552080.2600.180137.9110086.86
HexBCFFD01A01208a6457
Octal274377320320220212144127
Binary1011110011111111110100001101001001001000101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFD0; }

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

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

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

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

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

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

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

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