#BFDFCB

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

Shades of Granny Apple #BFDFCB

Tints of Granny Apple #BFDFCB

Color information

#BFDFCB (or 0xBFDFCB) is unknown color: approx Granny Apple. HEX triplet: BF, DF and CB. RGB value is (191,223,203). Sum of RGB (Red+Green+Blue) = 191+223+203=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFCB is #402034. Grayscale: #D3D3D3. Windows color (decimal): -4202549 or 13361087. OLE color: 13361087.

HSL color Cylindrical-coordinate representation of color #BFDFCB: hue angle of 142.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDFCB is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB191223203-
CMYK0.1400.090.13
HSL142.5º33.33%81.18%-
HSV(B)142.5º14.35%87.45%-
XYZ58.6568.1666.57-
YUV211.15123.4113.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.96%
GREEN value IS 223 (87.5% from 255) = 36.14%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=30.96%
G=36.14%
B=32.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912232030.1400.090.13142.533.3381.18
HexBFDFCBE09D8e2151
Octal277337313160111521641121
Binary1011111111011111110010111110010011101100011101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFCB; }

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

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

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

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

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

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

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

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