Html Css Color HEX #BDA5E1 Perfume

📋 copy color: '#BDA5E1'

red 189 ◦ green 165 ◦ blue 225

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

Shades of Perfume #BDA5E1

Tints of Perfume #BDA5E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.86%

R = 32.64%
G = 28.5%
B = 38.86%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDA5E1 (or 0xBDA5E1) is known color: Perfume. HEX triplet: BD, A5 and E1. RGB value is (189,165,225). Sum of RGB (Red+Green+Blue) = 189+165+225=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDA5E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5E1 is #425A1E. Grayscale: #B2B2B2. Windows color (decimal): -4348447 or 14788029. OLE color: 14788029.

HSL color Cylindrical-coordinate representation of color #BDA5E1: hue angle of 264º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDA5E1 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 165 225 -
CMYK 0.16 0.27 0 0.12
HSL 264º 0.5% 0.76% -
HSV(B) 264º 0.27% 0.88% -
XYZ 48.03 43.17 77.03 -
YUV 179.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 189 165 225 0.16 0.27 0 0.12 264 0.5 0.76
Hex BD A5 E1 10 1B 0 C 108 32 4C
Octal 275 245 341 20 33 0 14 410 62 114
Binary 10111101 10100101 11100001 10000 11011 0 1100 100001000 110010 1001100

Color Harmonies of #BDA5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5E1

Black with #BDA5E1

Text Example


Text Example

White with #BDA5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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