Html Css Color HEX #BDA3ED Perfume

📋 copy color: '#BDA3ED'

red 189 ◦ green 163 ◦ blue 237

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

Shades of Perfume #BDA3ED

Tints of Perfume #BDA3ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.24%

R = 32.09%
G = 27.67%
B = 40.24%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDA3ED (or 0xBDA3ED) is known color: Perfume. HEX triplet: BD, A3 and ED. RGB value is (189,163,237). Sum of RGB (Red+Green+Blue) = 189+163+237=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDA3ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA3ED is #425C12. Grayscale: #B2B2B2. Windows color (decimal): -4348947 or 15573949. OLE color: 15573949.

HSL color Cylindrical-coordinate representation of color #BDA3ED: hue angle of 261.08º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA3ED is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 163 237 -
CMYK 0.20 0.31 0 0.07
HSL 261.08º 0.67% 0.78% -
HSV(B) 261.08º 0.31% 0.93% -
XYZ 49.37 43.13 85.84 -
YUV 179.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 189 163 237 0.20 0.31 0 0.07 261.08 0.67 0.78
Hex BD A3 ED 14 1F 0 7 105 43 4E
Octal 275 243 355 24 37 0 7 405 103 116
Binary 10111101 10100011 11101101 10100 11111 0 111 100000101 1000011 1001110

Color Harmonies of #BDA3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3ED

Black with #BDA3ED

Text Example


Text Example

White with #BDA3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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