#BDABCC

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

Shades of Perfume #BDABCC

Tints of Perfume #BDABCC

Color information

#BDABCC (or 0xBDABCC) is unknown color: approx Perfume. HEX triplet: BD, AB and CC. RGB value is (189,171,204). Sum of RGB (Red+Green+Blue) = 189+171+204=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABCC is #425433. Grayscale: #B4B4B4. Windows color (decimal): -4346932 or 13413309. OLE color: 13413309.

HSL color Cylindrical-coordinate representation of color #BDABCC: hue angle of 272.73º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDABCC is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189171204-
CMYK0.070.1600.2
HSL272.73º24.44%73.53%-
HSV(B)272.73º16.18%80%-
XYZ46.4544.363.23-
YUV180.14141.46134.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=33.51%
G=30.32%
B=36.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891712040.070.1600.2272.7324.4473.53
HexBDABCC710014111184a
Octal27525331472002442130112
Binary10111101101010111100110011110000010100100010001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABCC; }

 p { color: rgb(189,171,204); }

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

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

 a { background-color: rgb(189,171,204); }

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

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

 span { border-color: rgb(189,171,204); }

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