Html Css Color HEX #BDA4EC Perfume

📋 copy color: '#BDA4EC'

red 189 ◦ green 164 ◦ blue 236

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

Shades of Perfume #BDA4EC

Tints of Perfume #BDA4EC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.84%

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

R = 32.09%
G = 27.84%
B = 40.07%

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

#BDA4EC (or 0xBDA4EC) is known color: Perfume. HEX triplet: BD, A4 and EC. RGB value is (189,164,236). Sum of RGB (Red+Green+Blue) = 189+164+236=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA4EC is #425B13. Grayscale: #B3B3B3. Windows color (decimal): -4348692 or 15508669. OLE color: 15508669.

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

Color convert

RGB 189 164 236 -
CMYK 0.20 0.31 0 0.07
HSL 260.83º 0.65% 0.78% -
HSV(B) 260.83º 0.31% 0.93% -
XYZ 49.4 43.43 85.14 -
YUV 179.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 189 164 236 0.20 0.31 0 0.07 260.83 0.65 0.78
Hex BD A4 EC 14 1F 0 7 105 41 4E
Octal 275 244 354 24 37 0 7 405 101 116
Binary 10111101 10100100 11101100 10100 11111 0 111 100000101 1000001 1001110

Color Harmonies of #BDA4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4EC

Black with #BDA4EC

Text Example


Text Example

White with #BDA4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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