Html Css Color HEX #BDA3CD Perfume

📋 copy color: '#BDA3CD'

red 189 ◦ green 163 ◦ blue 205

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

Shades of Perfume #BDA3CD

Tints of Perfume #BDA3CD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.26%

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

R = 33.93%
G = 29.26%
B = 36.8%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDA3CD (or 0xBDA3CD) is known color: Perfume. HEX triplet: BD, A3 and CD. RGB value is (189,163,205). Sum of RGB (Red+Green+Blue) = 189+163+205=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDA3CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3CD is #425C32. Grayscale: #AFAFAF. Windows color (decimal): -4348979 or 13476797. OLE color: 13476797.

HSL color Cylindrical-coordinate representation of color #BDA3CD: hue angle of 277.14º degrees, saturation: 0.3, 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 #BDA3CD is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 163 205 -
CMYK 0.08 0.20 0 0.20
HSL 277.14º 0.3% 0.72% -
HSV(B) 277.14º 0.2% 0.8% -
XYZ 45.1 41.42 63.38 -
YUV 175.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 189 163 205 0.08 0.20 0 0.20 277.14 0.3 0.72
Hex BD A3 CD 8 14 0 14 115 1E 48
Octal 275 243 315 10 24 0 24 425 36 110
Binary 10111101 10100011 11001101 1000 10100 0 10100 100010101 11110 1001000

Color Harmonies of #BDA3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3CD

Black with #BDA3CD

Text Example


Text Example

White with #BDA3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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