Html Css Color HEX #BDA5DC Perfume

📋 copy color: '#BDA5DC'

red 189 ◦ green 165 ◦ blue 220

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

Shades of Perfume #BDA5DC

Tints of Perfume #BDA5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 32.93%
G = 28.75%
B = 38.33%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDA5DC (or 0xBDA5DC) is known color: Perfume. HEX triplet: BD, A5 and DC. RGB value is (189,165,220). Sum of RGB (Red+Green+Blue) = 189+165+220=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5DC is #425A23. Grayscale: #B2B2B2. Windows color (decimal): -4348452 or 14460349. OLE color: 14460349.

HSL color Cylindrical-coordinate representation of color #BDA5DC: hue angle of 266.18º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDA5DC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 165 220 -
CMYK 0.14 0.25 0 0.14
HSL 266.18º 0.44% 0.75% -
HSV(B) 266.18º 0.25% 0.86% -
XYZ 47.36 42.9 73.49 -
YUV 178.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 189 165 220 0.14 0.25 0 0.14 266.18 0.44 0.75
Hex BD A5 DC E 19 0 E 10A 2C 4B
Octal 275 245 334 16 31 0 16 412 54 113
Binary 10111101 10100101 11011100 1110 11001 0 1110 100001010 101100 1001011

Color Harmonies of #BDA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5DC

Black with #BDA5DC

Text Example


Text Example

White with #BDA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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