#BFABDC

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

Shades of Perfume #BFABDC

Tints of Perfume #BFABDC

Color information

#BFABDC (or 0xBFABDC) is unknown color: approx Perfume. HEX triplet: BF, AB and DC. RGB value is (191,171,220). Sum of RGB (Red+Green+Blue) = 191+171+220=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFABDC is #405423. Grayscale: #B6B6B6. Windows color (decimal): -4215844 or 14461887. OLE color: 14461887.

HSL color Cylindrical-coordinate representation of color #BFABDC: hue angle of 264.49º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFABDC is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191171220-
CMYK0.130.2200.14
HSL264.49º41.18%76.67%-
HSV(B)264.49º22.27%86.27%-
XYZ48.9745.3773.89-
YUV182.57149.13134.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 171 (67.19% from 255) = 29.38%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=32.82%
G=29.38%
B=37.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911712200.130.2200.14264.4941.1876.67
HexBFABDCD160E108294d
Octal277253334152601641051115
Binary101111111010101111011100110110110011101000010001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABDC; }

 p { color: rgb(191,171,220); }

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

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

 a { background-color: rgb(191,171,220); }

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

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

 span { border-color: rgb(191,171,220); }

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