Html Css Color HEX #BDA5D8 Perfume

📋 copy color: '#BDA5D8'

red 189 ◦ green 165 ◦ blue 216

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

Shades of Perfume #BDA5D8

Tints of Perfume #BDA5D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.89%

R = 33.16%
G = 28.95%
B = 37.89%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDA5D8 (or 0xBDA5D8) is known color: Perfume. HEX triplet: BD, A5 and D8. RGB value is (189,165,216). Sum of RGB (Red+Green+Blue) = 189+165+216=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDA5D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5D8 is #425A27. Grayscale: #B1B1B1. Windows color (decimal): -4348456 or 14198205. OLE color: 14198205.

HSL color Cylindrical-coordinate representation of color #BDA5D8: hue angle of 268.24º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDA5D8 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 165 216 -
CMYK 0.12 0.24 0 0.15
HSL 268.24º 0.4% 0.75% -
HSV(B) 268.24º 0.24% 0.85% -
XYZ 46.84 42.69 70.74 -
YUV 177.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 189 165 216 0.12 0.24 0 0.15 268.24 0.4 0.75
Hex BD A5 D8 C 18 0 F 10C 28 4B
Octal 275 245 330 14 30 0 17 414 50 113
Binary 10111101 10100101 11011000 1100 11000 0 1111 100001100 101000 1001011

Color Harmonies of #BDA5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5D8

Black with #BDA5D8

Text Example


Text Example

White with #BDA5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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