#BFFCCB

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

Shades of Granny Apple #BFFCCB

Tints of Granny Apple #BFFCCB

Color information

#BFFCCB (or 0xBFFCCB) is unknown color: approx Granny Apple. HEX triplet: BF, FC and CB. RGB value is (191,252,203). Sum of RGB (Red+Green+Blue) = 191+252+203=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCCB is #400334. Grayscale: #E4E4E4. Windows color (decimal): -4195125 or 13368511. OLE color: 13368511.

HSL color Cylindrical-coordinate representation of color #BFFCCB: hue angle of 131.8º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFCCB is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB191252203-
CMYK0.2400.190.01
HSL131.8º91.04%86.86%-
HSV(B)131.8º24.21%98.82%-
XYZ67.0885.0169.37-
YUV228.17113.79101.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.57%
GREEN value IS 252 (98.83% from 255) = 39.01%
BLUE value IS 203 (79.69% from 255) = 31.42%
R=29.57%
G=39.01%
B=31.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912522030.2400.190.01131.891.0486.86
HexBFFCCB180131845b57
Octal277374313300231204133127
Binary1011111111111100110010111100001001111000010010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCCB; }

 p { color: rgb(191,252,203); }

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

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

 a { background-color: rgb(191,252,203); }

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

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

 span { border-color: rgb(191,252,203); }

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