#BCF8CA

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

Shades of Granny Apple #BCF8CA

Tints of Granny Apple #BCF8CA

Color information

#BCF8CA (or 0xBCF8CA) is unknown color: approx Granny Apple. HEX triplet: BC, F8 and CA. RGB value is (188,248,202). Sum of RGB (Red+Green+Blue) = 188+248+202=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8CA is #430735. Grayscale: #E0E0E0. Windows color (decimal): -4392758 or 13301948. OLE color: 13301948.

HSL color Cylindrical-coordinate representation of color #BCF8CA: hue angle of 134º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF8CA is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB188248202-
CMYK0.2400.190.03
HSL134º81.08%85.49%-
HSV(B)134º24.19%97.25%-
XYZ64.9782.0968.3-
YUV224.82115.12101.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.47%
GREEN value IS 248 (97.27% from 255) = 38.87%
BLUE value IS 202 (79.30% from 255) = 31.66%
R=29.47%
G=38.87%
B=31.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882482020.2400.190.0313481.0885.49
HexBCF8CA180133865155
Octal274370312300233206121125
Binary10111100111110001100101011000010011111000011010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8CA; }

 p { color: rgb(188,248,202); }

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

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

 a { background-color: rgb(188,248,202); }

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

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

 span { border-color: rgb(188,248,202); }

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