#BCF1CE

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

Shades of Granny Apple #BCF1CE

Tints of Granny Apple #BCF1CE

Color information

#BCF1CE (or 0xBCF1CE) is unknown color: approx Granny Apple. HEX triplet: BC, F1 and CE. RGB value is (188,241,206). Sum of RGB (Red+Green+Blue) = 188+241+206=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1CE is #430E31. Grayscale: #DDDDDD. Windows color (decimal): -4394546 or 13562300. OLE color: 13562300.

HSL color Cylindrical-coordinate representation of color #BCF1CE: hue angle of 140.38º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF1CE is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB188241206-
CMYK0.2200.150.05
HSL140.38º65.43%84.12%-
HSV(B)140.38º21.99%94.51%-
XYZ63.3378.0670.12-
YUV221.16119.44104.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 241 (94.53% from 255) = 37.95%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=29.61%
G=37.95%
B=32.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882412060.2200.150.05140.3865.4384.12
HexBCF1CE160F58c4154
Octal274361316260175214101124
Binary10111100111100011100111010110011111011000110010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1CE; }

 p { color: rgb(188,241,206); }

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

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

 a { background-color: rgb(188,241,206); }

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

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

 span { border-color: rgb(188,241,206); }

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