#BCFBD2

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

Shades of Granny Apple #BCFBD2

Tints of Granny Apple #BCFBD2

Color information

#BCFBD2 (or 0xBCFBD2) is unknown color: approx Granny Apple. HEX triplet: BC, FB and D2. RGB value is (188,251,210). Sum of RGB (Red+Green+Blue) = 188+251+210=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBD2 is #43042D. Grayscale: #E3E3E3. Windows color (decimal): -4391982 or 13827004. OLE color: 13827004.

HSL color Cylindrical-coordinate representation of color #BCFBD2: hue angle of 140.95º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBD2 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB188251210-
CMYK0.2500.160.02
HSL140.95º88.73%86.08%-
HSV(B)140.95º25.1%98.43%-
XYZ66.8784.3473.73-
YUV227.49118.1399.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.97%
GREEN value IS 251 (98.44% from 255) = 38.67%
BLUE value IS 210 (82.42% from 255) = 32.36%
R=28.97%
G=38.67%
B=32.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882512100.2500.160.02140.9588.7386.08
HexBCFBD21901028d5956
Octal274373322310202215131126
Binary10111100111110111101001011001010000101000110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBD2; }

 p { color: rgb(188,251,210); }

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

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

 a { background-color: rgb(188,251,210); }

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

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

 span { border-color: rgb(188,251,210); }

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