Html Css Color HEX #BDA3EC Perfume

📋 copy color: '#BDA3EC'

red 189 ◦ green 163 ◦ blue 236

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

Shades of Perfume #BDA3EC

Tints of Perfume #BDA3EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.14%

R = 32.14%
G = 27.72%
B = 40.14%

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

#BDA3EC (or 0xBDA3EC) is known color: Perfume. HEX triplet: BD, A3 and EC. RGB value is (189,163,236). Sum of RGB (Red+Green+Blue) = 189+163+236=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 163 (64.06% from 255 or 27.72% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA3EC is #425C13. Grayscale: #B2B2B2. Windows color (decimal): -4348948 or 15508413. OLE color: 15508413.

HSL color Cylindrical-coordinate representation of color #BDA3EC: hue angle of 261.37º degrees, saturation: 0.66, 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 #BDA3EC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 163 236 -
CMYK 0.20 0.31 0 0.07
HSL 261.37º 0.66% 0.78% -
HSV(B) 261.37º 0.31% 0.93% -
XYZ 49.22 43.07 85.08 -
YUV 179.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 189 163 236 0.20 0.31 0 0.07 261.37 0.66 0.78
Hex BD A3 EC 14 1F 0 7 105 42 4E
Octal 275 243 354 24 37 0 7 405 102 116
Binary 10111101 10100011 11101100 10100 11111 0 111 100000101 1000010 1001110

Color Harmonies of #BDA3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3EC

Black with #BDA3EC

Text Example


Text Example

White with #BDA3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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