Html Css Color HEX #BDA3E0 Perfume

📋 copy color: '#BDA3E0'

red 189 ◦ green 163 ◦ blue 224

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

Shades of Perfume #BDA3E0

Tints of Perfume #BDA3E0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.3%

 BLUE value IS 224 (87.89% from 255) = 38.89%

R = 32.81%
G = 28.3%
B = 38.89%

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

#BDA3E0 (or 0xBDA3E0) is known color: Perfume. HEX triplet: BD, A3 and E0. RGB value is (189,163,224). Sum of RGB (Red+Green+Blue) = 189+163+224=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 163 (64.06% from 255 or 28.30% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDA3E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3E0 is #425C1F. Grayscale: #B1B1B1. Windows color (decimal): -4348960 or 14721981. OLE color: 14721981.

HSL color Cylindrical-coordinate representation of color #BDA3E0: hue angle of 265.57º 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 #BDA3E0 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 163 224 -
CMYK 0.16 0.27 0 0.12
HSL 265.57º 0.5% 0.76% -
HSV(B) 265.57º 0.27% 0.88% -
XYZ 47.54 42.4 76.2 -
YUV 177.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 189 163 224 0.16 0.27 0 0.12 265.57 0.5 0.76
Hex BD A3 E0 10 1B 0 C 10A 32 4C
Octal 275 243 340 20 33 0 14 412 62 114
Binary 10111101 10100011 11100000 10000 11011 0 1100 100001010 110010 1001100

Color Harmonies of #BDA3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3E0

Black with #BDA3E0

Text Example


Text Example

White with #BDA3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3E0; }

 p { color: rgb(189,163,224); }

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

background-color css

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

 a { background-color: rgb(189,163,224); }

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

border-color css

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

 span { border-color: rgb(189,163,224); }

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