#BCFFC9

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

Shades of Granny Apple #BCFFC9

Tints of Granny Apple #BCFFC9

Color information

#BCFFC9 (or 0xBCFFC9) is unknown color: approx Granny Apple. HEX triplet: BC, FF and C9. RGB value is (188,255,201). Sum of RGB (Red+Green+Blue) = 188+255+201=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFC9 is #430036. Grayscale: #E4E4E4. Windows color (decimal): -4390967 or 13238204. OLE color: 13238204.

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

Color convert

RGB188255201-
CMYK0.2600.210
HSL131.64º100%86.86%-
HSV(B)131.64º26.27%100%-
XYZ67.0486.4368.41-
YUV228.81112.398.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.19%
GREEN value IS 255 (100% from 255) = 39.60%
BLUE value IS 201 (78.91% from 255) = 31.21%
R=29.19%
G=39.60%
B=31.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552010.2600.210131.6410086.86
HexBCFFC91A0150846457
Octal274377311320250204144127
Binary1011110011111111110010011101001010101000010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFC9; }

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

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

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

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

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

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

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

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