#BFEDCB

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

Shades of Granny Apple #BFEDCB

Tints of Granny Apple #BFEDCB

Color information

#BFEDCB (or 0xBFEDCB) is unknown color: approx Granny Apple. HEX triplet: BF, ED and CB. RGB value is (191,237,203). Sum of RGB (Red+Green+Blue) = 191+237+203=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDCB is #401234. Grayscale: #DBDBDB. Windows color (decimal): -4198965 or 13364671. OLE color: 13364671.

HSL color Cylindrical-coordinate representation of color #BFEDCB: hue angle of 135.65º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDCB is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB191237203-
CMYK0.1900.140.07
HSL135.65º56.1%83.92%-
HSV(B)135.65º19.41%92.94%-
XYZ62.5575.9667.86-
YUV219.37118.76107.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 237 (92.97% from 255) = 37.56%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=30.27%
G=37.56%
B=32.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912372030.1900.140.07135.6556.183.92
HexBFEDCB130E7883854
Octal27735531323016721070124
Binary1011111111101101110010111001101110111100010001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDCB; }

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

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

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

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

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

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

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

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