Html Css Color HEX #BDA6CD Perfume

📋 copy color: '#BDA6CD'

red 189 ◦ green 166 ◦ blue 205

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

Shades of Perfume #BDA6CD

Tints of Perfume #BDA6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.64%

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

R = 33.75%
G = 29.64%
B = 36.61%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDA6CD (or 0xBDA6CD) is known color: Perfume. HEX triplet: BD, A6 and CD. RGB value is (189,166,205). Sum of RGB (Red+Green+Blue) = 189+166+205=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6CD is #425932. Grayscale: #B1B1B1. Windows color (decimal): -4348211 or 13477565. OLE color: 13477565.

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

Color convert

RGB 189 166 205 -
CMYK 0.08 0.19 0 0.20
HSL 275.38º 0.28% 0.73% -
HSV(B) 275.38º 0.19% 0.8% -
XYZ 45.64 42.5 63.56 -
YUV 177.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 189 166 205 0.08 0.19 0 0.20 275.38 0.28 0.73
Hex BD A6 CD 8 13 0 14 113 1C 49
Octal 275 246 315 10 23 0 24 423 34 111
Binary 10111101 10100110 11001101 1000 10011 0 10100 100010011 11100 1001001

Color Harmonies of #BDA6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6CD

Black with #BDA6CD

Text Example


Text Example

White with #BDA6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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