#BCF3CD

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

Shades of Granny Apple #BCF3CD

Tints of Granny Apple #BCF3CD

Color information

#BCF3CD (or 0xBCF3CD) is unknown color: approx Granny Apple. HEX triplet: BC, F3 and CD. RGB value is (188,243,205). Sum of RGB (Red+Green+Blue) = 188+243+205=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3CD is #430C32. Grayscale: #DEDEDE. Windows color (decimal): -4394035 or 13497276. OLE color: 13497276.

HSL color Cylindrical-coordinate representation of color #BCF3CD: hue angle of 138.55º 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 #BCF3CD is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB188243205-
CMYK0.2300.160.05
HSL138.55º69.62%84.51%-
HSV(B)138.55º22.63%95.29%-
XYZ63.8179.269.68-
YUV222.22118.28103.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.56%
GREEN value IS 243 (95.31% from 255) = 38.21%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=29.56%
G=38.21%
B=32.23%

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
Decimal1882432050.2300.160.05138.5569.6284.51
HexBCF3CD1701058b4655
Octal274363315270205213106125
Binary101111001111001111001101101110100001011000101110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3CD; }

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

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

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

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

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

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

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

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