#BCFFCF

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

Shades of Granny Apple #BCFFCF

Tints of Granny Apple #BCFFCF

Color information

#BCFFCF (or 0xBCFFCF) is unknown color: approx Granny Apple. HEX triplet: BC, FF and CF. RGB value is (188,255,207). Sum of RGB (Red+Green+Blue) = 188+255+207=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFCF is #430030. Grayscale: #E5E5E5. Windows color (decimal): -4390961 or 13631420. OLE color: 13631420.

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

Color convert

RGB188255207-
CMYK0.2600.190
HSL137.01º100%86.86%-
HSV(B)137.01º26.27%100%-
XYZ67.7686.7272.2-
YUV229.5115.398.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.92%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 207 (81.25% from 255) = 31.85%
R=28.92%
G=39.23%
B=31.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552070.2600.190137.0110086.86
HexBCFFCF1A0130896457
Octal274377317320230211144127
Binary1011110011111111110011111101001001101000100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFCF; }

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

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

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

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

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

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

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

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