Html Css Color HEX #BDAACB Perfume

📋 copy color: '#BDAACB'

red 189 ◦ green 170 ◦ blue 203

#BDAACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #BDAACB

Tints of Perfume #BDAACB

RGB

 RED value IS 189 (74.22% from 255) = 33.63%

 GREEN value IS 170 (66.8% from 255) = 30.25%

 BLUE value IS 203 (79.69% from 255) = 36.12%

R = 33.63%
G = 30.25%
B = 36.12%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDAACB (or 0xBDAACB) is known color: Perfume. HEX triplet: BD, AA and CB. RGB value is (189,170,203). Sum of RGB (Red+Green+Blue) = 189+170+203=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDAACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAACB is #425534. Grayscale: #B3B3B3. Windows color (decimal): -4347189 or 13347517. OLE color: 13347517.

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

Color convert

RGB 189 170 203 -
CMYK 0.07 0.16 0 0.20
HSL 274.55º 0.24% 0.73% -
HSV(B) 274.55º 0.16% 0.8% -
XYZ 46.14 43.88 62.54 -
YUV 179.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 189 170 203 0.07 0.16 0 0.20 274.55 0.24 0.73
Hex BD AA CB 7 10 0 14 113 18 49
Octal 275 252 313 7 20 0 24 423 30 111
Binary 10111101 10101010 11001011 111 10000 0 10100 100010011 11000 1001001

Color Harmonies of #BDAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAACB

Black with #BDAACB

Text Example


Text Example

White with #BDAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAACB; }

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

 H1.HeaderClassName
 {
   color: #BDAACB;
 }
 .AnyTagClassName
 {
   color: #BDAACB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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