#BCF3CC

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

Shades of Granny Apple #BCF3CC

Tints of Granny Apple #BCF3CC

Color information

#BCF3CC (or 0xBCF3CC) is unknown color: approx Granny Apple. HEX triplet: BC, F3 and CC. RGB value is (188,243,204). Sum of RGB (Red+Green+Blue) = 188+243+204=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3CC is #430C33. Grayscale: #DEDEDE. Windows color (decimal): -4394036 or 13431740. OLE color: 13431740.

HSL color Cylindrical-coordinate representation of color #BCF3CC: hue angle of 137.45º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3CC is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB188243204-
CMYK0.2300.160.05
HSL137.45º69.62%84.51%-
HSV(B)137.45º22.63%95.29%-
XYZ63.6979.1569.05-
YUV222.11117.78103.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 243 (95.31% from 255) = 38.27%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=29.61%
G=38.27%
B=32.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882432040.2300.160.05137.4569.6284.51
HexBCF3CC170105894655
Octal274363314270205211106125
Binary101111001111001111001100101110100001011000100110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3CC; }

 p { color: rgb(188,243,204); }

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

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

 a { background-color: rgb(188,243,204); }

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

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

 span { border-color: rgb(188,243,204); }

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