#BCF9CB

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

Shades of Granny Apple #BCF9CB

Tints of Granny Apple #BCF9CB

Color information

#BCF9CB (or 0xBCF9CB) is unknown color: approx Granny Apple. HEX triplet: BC, F9 and CB. RGB value is (188,249,203). Sum of RGB (Red+Green+Blue) = 188+249+203=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 249 (97.66% from 255 or 38.91% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9CB is #430634. Grayscale: #E1E1E1. Windows color (decimal): -4392501 or 13367740. OLE color: 13367740.

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

Color convert

RGB188249203-
CMYK0.2400.180.02
HSL134.75º83.56%85.69%-
HSV(B)134.75º24.5%97.65%-
XYZ65.3982.7569.03-
YUV225.52115.29101.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.38%
GREEN value IS 249 (97.66% from 255) = 38.91%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=29.38%
G=38.91%
B=31.72%

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
Decimal1882492030.2400.180.02134.7583.5685.69
HexBCF9CB180122875456
Octal274371313300222207124126
Binary10111100111110011100101111000010010101000011110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF9CB; }

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

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

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

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

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

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

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

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