Html Css Color HEX #BDA4CD Perfume

📋 copy color: '#BDA4CD'

red 189 ◦ green 164 ◦ blue 205

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

Shades of Perfume #BDA4CD

Tints of Perfume #BDA4CD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.39%

 BLUE value IS 205 (80.47% from 255) = 36.74%

R = 33.87%
G = 29.39%
B = 36.74%

CMYK

 C value IS 0.08

 M value IS 0.2

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDA4CD (or 0xBDA4CD) is known color: Perfume. HEX triplet: BD, A4 and CD. RGB value is (189,164,205). Sum of RGB (Red+Green+Blue) = 189+164+205=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDA4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4CD is #425B32. Grayscale: #B0B0B0. Windows color (decimal): -4348723 or 13477053. OLE color: 13477053.

HSL color Cylindrical-coordinate representation of color #BDA4CD: hue angle of 276.59º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA4CD is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 164 205 -
CMYK 0.08 0.2 0 0.20
HSL 276.59º 0.29% 0.72% -
HSV(B) 276.59º 0.2% 0.8% -
XYZ 45.28 41.78 63.43 -
YUV 176.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 189 164 205 0.08 0.2 0 0.20 276.59 0.29 0.72
Hex BD A4 CD 8 14 0 14 115 1D 48
Octal 275 244 315 10 24 0 24 425 35 110
Binary 10111101 10100100 11001101 1000 10100 0 10100 100010101 11101 1001000

Color Harmonies of #BDA4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4CD

Black with #BDA4CD

Text Example


Text Example

White with #BDA4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4CD; }

 p { color: rgb(189,164,205); }

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

background-color css

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

 a { background-color: rgb(189,164,205); }

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

border-color css

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

 span { border-color: rgb(189,164,205); }

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