Html Css Color HEX #BDAACC Perfume

📋 copy color: '#BDAACC'

red 189 ◦ green 170 ◦ blue 204

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

Shades of Perfume #BDAACC

Tints of Perfume #BDAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 33.57%
G = 30.2%
B = 36.23%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BDAACC (or 0xBDAACC) is known color: Perfume. HEX triplet: BD, AA and CC. RGB value is (189,170,204). Sum of RGB (Red+Green+Blue) = 189+170+204=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAACC is #425533. Grayscale: #B3B3B3. Windows color (decimal): -4347188 or 13413053. OLE color: 13413053.

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

Color convert

RGB 189 170 204 -
CMYK 0.07 0.17 0 0.2
HSL 273.53º 0.25% 0.73% -
HSV(B) 273.53º 0.17% 0.8% -
XYZ 46.26 43.93 63.17 -
YUV 179.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 189 170 204 0.07 0.17 0 0.2 273.53 0.25 0.73
Hex BD AA CC 7 11 0 14 112 19 49
Octal 275 252 314 7 21 0 24 422 31 111
Binary 10111101 10101010 11001100 111 10001 0 10100 100010010 11001 1001001

Color Harmonies of #BDAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAACC

Black with #BDAACC

Text Example


Text Example

White with #BDAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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