Html Css Color HEX #BDA3EF Perfume

📋 copy color: '#BDA3EF'

red 189 ◦ green 163 ◦ blue 239

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

Shades of Perfume #BDA3EF

Tints of Perfume #BDA3EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.44%

R = 31.98%
G = 27.58%
B = 40.44%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDA3EF (or 0xBDA3EF) is known color: Perfume. HEX triplet: BD, A3 and EF. RGB value is (189,163,239). Sum of RGB (Red+Green+Blue) = 189+163+239=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDA3EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA3EF is #425C10. Grayscale: #B3B3B3. Windows color (decimal): -4348945 or 15705021. OLE color: 15705021.

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

Color convert

RGB 189 163 239 -
CMYK 0.21 0.32 0 0.06
HSL 260.53º 0.7% 0.79% -
HSV(B) 260.53º 0.32% 0.94% -
XYZ 49.66 43.25 87.39 -
YUV 179.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 189 163 239 0.21 0.32 0 0.06 260.53 0.7 0.79
Hex BD A3 EF 15 20 0 6 105 46 4F
Octal 275 243 357 25 40 0 6 405 106 117
Binary 10111101 10100011 11101111 10101 100000 0 110 100000101 1000110 1001111

Color Harmonies of #BDA3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3EF

Black with #BDA3EF

Text Example


Text Example

White with #BDA3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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