#BCFFCB

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

Shades of Granny Apple #BCFFCB

Tints of Granny Apple #BCFFCB

Color information

#BCFFCB (or 0xBCFFCB) is unknown color: approx Granny Apple. HEX triplet: BC, FF and CB. RGB value is (188,255,203). Sum of RGB (Red+Green+Blue) = 188+255+203=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFCB is #430034. Grayscale: #E5E5E5. Windows color (decimal): -4390965 or 13369276. OLE color: 13369276.

HSL color Cylindrical-coordinate representation of color #BCFFCB: hue angle of 133.43º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFCB is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB188255203-
CMYK0.2600.200
HSL133.43º100%86.86%-
HSV(B)133.43º26.27%100%-
XYZ67.2886.5269.65-
YUV229.04113.398.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.10%
GREEN value IS 255 (100% from 255) = 39.47%
BLUE value IS 203 (79.69% from 255) = 31.42%
R=29.10%
G=39.47%
B=31.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552030.2600.200133.4310086.86
HexBCFFCB1A0140856457
Octal274377313320240205144127
Binary1011110011111111110010111101001010001000010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFCB; }

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

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

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

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

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

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

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

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