Html Css Color HEX #BDA3EB Perfume

📋 copy color: '#BDA3EB'

red 189 ◦ green 163 ◦ blue 235

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

Shades of Perfume #BDA3EB

Tints of Perfume #BDA3EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.03%

R = 32.2%
G = 27.77%
B = 40.03%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDA3EB (or 0xBDA3EB) is known color: Perfume. HEX triplet: BD, A3 and EB. RGB value is (189,163,235). Sum of RGB (Red+Green+Blue) = 189+163+235=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDA3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA3EB is #425C14. Grayscale: #B2B2B2. Windows color (decimal): -4348949 or 15442877. OLE color: 15442877.

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

Color convert

RGB 189 163 235 -
CMYK 0.20 0.31 0 0.08
HSL 261.67º 0.64% 0.78% -
HSV(B) 261.67º 0.31% 0.92% -
XYZ 49.08 43.01 84.31 -
YUV 178.98 159.61 135.15 -
System Red Green Blue C M Y K H S L
Decimal 189 163 235 0.20 0.31 0 0.08 261.67 0.64 0.78
Hex BD A3 EB 14 1F 0 8 106 40 4E
Octal 275 243 353 24 37 0 10 406 100 116
Binary 10111101 10100011 11101011 10100 11111 0 1000 100000110 1000000 1001110

Color Harmonies of #BDA3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3EB

Black with #BDA3EB

Text Example


Text Example

White with #BDA3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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