#BCFBCD

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

Shades of Granny Apple #BCFBCD

Tints of Granny Apple #BCFBCD

Color information

#BCFBCD (or 0xBCFBCD) is unknown color: approx Granny Apple. HEX triplet: BC, FB and CD. RGB value is (188,251,205). Sum of RGB (Red+Green+Blue) = 188+251+205=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBCD is #430432. Grayscale: #E3E3E3. Windows color (decimal): -4391987 or 13499324. OLE color: 13499324.

HSL color Cylindrical-coordinate representation of color #BCFBCD: hue angle of 136.19º 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 #BCFBCD is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB188251205-
CMYK0.2500.180.02
HSL136.19º88.73%86.08%-
HSV(B)136.19º25.1%98.43%-
XYZ66.2684.0970.5-
YUV226.92115.63100.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.19%
GREEN value IS 251 (98.44% from 255) = 38.98%
BLUE value IS 205 (80.47% from 255) = 31.83%
R=29.19%
G=38.98%
B=31.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882512050.2500.180.02136.1988.7386.08
HexBCFBCD190122885956
Octal274373315310222210131126
Binary10111100111110111100110111001010010101000100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBCD; }

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

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

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

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

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

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

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

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