#BDADCB

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

Shades of Perfume #BDADCB

Tints of Perfume #BDADCB

Color information

#BDADCB (or 0xBDADCB) is unknown color: approx Perfume. HEX triplet: BD, AD and CB. RGB value is (189,173,203). Sum of RGB (Red+Green+Blue) = 189+173+203=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADCB is #425234. Grayscale: #B5B5B5. Windows color (decimal): -4346421 or 13348285. OLE color: 13348285.

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

Color convert

RGB189173203-
CMYK0.070.1500.20
HSL272º22.39%73.73%-
HSV(B)272º14.78%79.61%-
XYZ46.7145.0262.73-
YUV181.2140.3133.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=33.45%
G=30.62%
B=35.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891732030.070.1500.2027222.3973.73
HexBDADCB7F014110164a
Octal27525531371702442026112
Binary1011110110101101110010111111111010100100010000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADCB; }

 p { color: rgb(189,173,203); }

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

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

 a { background-color: rgb(189,173,203); }

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

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

 span { border-color: rgb(189,173,203); }

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