#BCFBCB

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

Shades of Granny Apple #BCFBCB

Tints of Granny Apple #BCFBCB

Color information

#BCFBCB (or 0xBCFBCB) is unknown color: approx Granny Apple. HEX triplet: BC, FB and CB. RGB value is (188,251,203). Sum of RGB (Red+Green+Blue) = 188+251+203=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBCB is #430434. Grayscale: #E2E2E2. Windows color (decimal): -4391989 or 13368252. OLE color: 13368252.

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

Color convert

RGB188251203-
CMYK0.2500.190.02
HSL134.29º88.73%86.08%-
HSV(B)134.29º25.1%98.43%-
XYZ66.028469.23-
YUV226.69114.63100.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.28%
GREEN value IS 251 (98.44% from 255) = 39.10%
BLUE value IS 203 (79.69% from 255) = 31.62%
R=29.28%
G=39.10%
B=31.62%

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
Decimal1882512030.2500.190.02134.2988.7386.08
HexBCFBCB190132865956
Octal274373313310232206131126
Binary10111100111110111100101111001010011101000011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBCB; }

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

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

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

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

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

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

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

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