Html Css Color HEX #BDA5CD Perfume

📋 copy color: '#BDA5CD'

red 189 ◦ green 165 ◦ blue 205

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

Shades of Perfume #BDA5CD

Tints of Perfume #BDA5CD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.52%

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

R = 33.81%
G = 29.52%
B = 36.67%

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

#BDA5CD (or 0xBDA5CD) is known color: Perfume. HEX triplet: BD, A5 and CD. RGB value is (189,165,205). Sum of RGB (Red+Green+Blue) = 189+165+205=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDA5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5CD is #425A32. Grayscale: #B0B0B0. Windows color (decimal): -4348467 or 13477309. OLE color: 13477309.

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

Color convert

RGB 189 165 205 -
CMYK 0.08 0.20 0 0.20
HSL 276º 0.29% 0.73% -
HSV(B) 276º 0.2% 0.8% -
XYZ 45.46 42.14 63.49 -
YUV 176.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 189 165 205 0.08 0.20 0 0.20 276 0.29 0.73
Hex BD A5 CD 8 14 0 14 114 1D 49
Octal 275 245 315 10 24 0 24 424 35 111
Binary 10111101 10100101 11001101 1000 10100 0 10100 100010100 11101 1001001

Color Harmonies of #BDA5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5CD

Black with #BDA5CD

Text Example


Text Example

White with #BDA5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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