Html Css Color HEX #BDA3FD Perfume

📋 copy color: '#BDA3FD'

red 189 ◦ green 163 ◦ blue 253

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

Shades of Perfume #BDA3FD

Tints of Perfume #BDA3FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.82%

R = 31.24%
G = 26.94%
B = 41.82%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDA3FD (or 0xBDA3FD) is known color: Perfume. HEX triplet: BD, A3 and FD. RGB value is (189,163,253). Sum of RGB (Red+Green+Blue) = 189+163+253=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDA3FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA3FD is #425C02. Grayscale: #B4B4B4. Windows color (decimal): -4348931 or 16622525. OLE color: 16622525.

HSL color Cylindrical-coordinate representation of color #BDA3FD: hue angle of 257.33º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDA3FD is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 163 253 -
CMYK 0.25 0.36 0 0.01
HSL 257.33º 0.96% 0.82% -
HSV(B) 257.33º 0.36% 0.99% -
XYZ 51.81 44.11 98.71 -
YUV 181.03 168.61 133.68 -
System Red Green Blue C M Y K H S L
Decimal 189 163 253 0.25 0.36 0 0.01 257.33 0.96 0.82
Hex BD A3 FD 19 24 0 1 101 60 52
Octal 275 243 375 31 44 0 1 401 140 122
Binary 10111101 10100011 11111101 11001 100100 0 1 100000001 1100000 1010010

Color Harmonies of #BDA3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3FD

Black with #BDA3FD

Text Example


Text Example

White with #BDA3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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