Html Css Color HEX #BDA3EE Perfume

📋 copy color: '#BDA3EE'

red 189 ◦ green 163 ◦ blue 238

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

Shades of Perfume #BDA3EE

Tints of Perfume #BDA3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.34%

R = 32.03%
G = 27.63%
B = 40.34%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDA3EE (or 0xBDA3EE) is known color: Perfume. HEX triplet: BD, A3 and EE. RGB value is (189,163,238). Sum of RGB (Red+Green+Blue) = 189+163+238=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA3EE is #425C11. Grayscale: #B3B3B3. Windows color (decimal): -4348946 or 15639485. OLE color: 15639485.

HSL color Cylindrical-coordinate representation of color #BDA3EE: hue angle of 260.8º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDA3EE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 163 238 -
CMYK 0.21 0.32 0 0.07
HSL 260.8º 0.69% 0.79% -
HSV(B) 260.8º 0.32% 0.93% -
XYZ 49.52 43.19 86.61 -
YUV 179.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 189 163 238 0.21 0.32 0 0.07 260.8 0.69 0.79
Hex BD A3 EE 15 20 0 7 105 45 4F
Octal 275 243 356 25 40 0 7 405 105 117
Binary 10111101 10100011 11101110 10101 100000 0 111 100000101 1000101 1001111

Color Harmonies of #BDA3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3EE

Black with #BDA3EE

Text Example


Text Example

White with #BDA3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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