Html Css Color HEX #BDA5D0 Perfume

📋 copy color: '#BDA5D0'

red 189 ◦ green 165 ◦ blue 208

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

Shades of Perfume #BDA5D0

Tints of Perfume #BDA5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.01%

R = 33.63%
G = 29.36%
B = 37.01%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDA5D0 (or 0xBDA5D0) is known color: Perfume. HEX triplet: BD, A5 and D0. RGB value is (189,165,208). Sum of RGB (Red+Green+Blue) = 189+165+208=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5D0 is #425A2F. Grayscale: #B0B0B0. Windows color (decimal): -4348464 or 13673917. OLE color: 13673917.

HSL color Cylindrical-coordinate representation of color #BDA5D0: hue angle of 273.49º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA5D0 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 165 208 -
CMYK 0.09 0.21 0 0.18
HSL 273.49º 0.31% 0.73% -
HSV(B) 273.49º 0.21% 0.82% -
XYZ 45.83 42.28 65.42 -
YUV 177.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 189 165 208 0.09 0.21 0 0.18 273.49 0.31 0.73
Hex BD A5 D0 9 15 0 12 111 1F 49
Octal 275 245 320 11 25 0 22 421 37 111
Binary 10111101 10100101 11010000 1001 10101 0 10010 100010001 11111 1001001

Color Harmonies of #BDA5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5D0

Black with #BDA5D0

Text Example


Text Example

White with #BDA5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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