Html Css Color HEX #BDA3EA Perfume

📋 copy color: '#BDA3EA'

red 189 ◦ green 163 ◦ blue 234

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

Shades of Perfume #BDA3EA

Tints of Perfume #BDA3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.93%

R = 32.25%
G = 27.82%
B = 39.93%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDA3EA (or 0xBDA3EA) is known color: Perfume. HEX triplet: BD, A3 and EA. RGB value is (189,163,234). Sum of RGB (Red+Green+Blue) = 189+163+234=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDA3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA3EA is #425C15. Grayscale: #B2B2B2. Windows color (decimal): -4348950 or 15377341. OLE color: 15377341.

HSL color Cylindrical-coordinate representation of color #BDA3EA: hue angle of 261.97º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDA3EA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 163 234 -
CMYK 0.19 0.30 0 0.08
HSL 261.97º 0.63% 0.78% -
HSV(B) 261.97º 0.3% 0.92% -
XYZ 48.93 42.95 83.55 -
YUV 178.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 189 163 234 0.19 0.30 0 0.08 261.97 0.63 0.78
Hex BD A3 EA 13 1E 0 8 106 3F 4E
Octal 275 243 352 23 36 0 10 406 77 116
Binary 10111101 10100011 11101010 10011 11110 0 1000 100000110 111111 1001110

Color Harmonies of #BDA3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3EA

Black with #BDA3EA

Text Example


Text Example

White with #BDA3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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