#BFAED0

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

Shades of Perfume #BFAED0

Tints of Perfume #BFAED0

Color information

#BFAED0 (or 0xBFAED0) is unknown color: approx Perfume. HEX triplet: BF, AE and D0. RGB value is (191,174,208). Sum of RGB (Red+Green+Blue) = 191+174+208=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFAED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAED0 is #40512F. Grayscale: #B6B6B6. Windows color (decimal): -4215088 or 13676223. OLE color: 13676223.

HSL color Cylindrical-coordinate representation of color #BFAED0: hue angle of 270º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFAED0 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191174208-
CMYK0.080.1600.18
HSL270º26.56%74.9%-
HSV(B)270º16.35%81.57%-
XYZ48.0145.966-
YUV182.96142.13133.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 208 (81.64% from 255) = 36.30%
R=33.33%
G=30.37%
B=36.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911742080.080.1600.1827026.5674.9
HexBFAED081001210e1b4b
Octal277256320102002241633113
Binary101111111010111011010000100010000010010100001110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAED0; }

 p { color: rgb(191,174,208); }

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

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

 a { background-color: rgb(191,174,208); }

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

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

 span { border-color: rgb(191,174,208); }

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