#BCF8CD

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

Shades of Granny Apple #BCF8CD

Tints of Granny Apple #BCF8CD

Color information

#BCF8CD (or 0xBCF8CD) is unknown color: approx Granny Apple. HEX triplet: BC, F8 and CD. RGB value is (188,248,205). Sum of RGB (Red+Green+Blue) = 188+248+205=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8CD is #430732. Grayscale: #E1E1E1. Windows color (decimal): -4392755 or 13498556. OLE color: 13498556.

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

Color convert

RGB188248205-
CMYK0.2400.170.03
HSL137º81.08%85.49%-
HSV(B)137º24.19%97.25%-
XYZ65.3382.2370.19-
YUV225.16116.62101.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.33%
GREEN value IS 248 (97.27% from 255) = 38.69%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=29.33%
G=38.69%
B=31.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882482050.2400.170.0313781.0885.49
HexBCF8CD180113895155
Octal274370315300213211121125
Binary10111100111110001100110111000010001111000100110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8CD; }

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

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

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

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

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

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

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

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