#BCFBCC

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

Shades of Granny Apple #BCFBCC

Tints of Granny Apple #BCFBCC

Color information

#BCFBCC (or 0xBCFBCC) is unknown color: approx Granny Apple. HEX triplet: BC, FB and CC. RGB value is (188,251,204). Sum of RGB (Red+Green+Blue) = 188+251+204=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBCC is #430433. Grayscale: #E2E2E2. Windows color (decimal): -4391988 or 13433788. OLE color: 13433788.

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

Color convert

RGB188251204-
CMYK0.2500.190.02
HSL135.24º88.73%86.08%-
HSV(B)135.24º25.1%98.43%-
XYZ66.1484.0569.86-
YUV226.8115.13100.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.24%
GREEN value IS 251 (98.44% from 255) = 39.04%
BLUE value IS 204 (80.08% from 255) = 31.73%
R=29.24%
G=39.04%
B=31.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882512040.2500.190.02135.2488.7386.08
HexBCFBCC190132875956
Octal274373314310232207131126
Binary10111100111110111100110011001010011101000011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBCC; }

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

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

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

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

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

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

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

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