Html Css Color HEX #BDA0EE Perfume

📋 copy color: '#BDA0EE'

red 189 ◦ green 160 ◦ blue 238

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

Shades of Perfume #BDA0EE

Tints of Perfume #BDA0EE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.26%

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

R = 32.2%
G = 27.26%
B = 40.55%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDA0EE (or 0xBDA0EE) is known color: Perfume. HEX triplet: BD, A0 and EE. RGB value is (189,160,238). Sum of RGB (Red+Green+Blue) = 189+160+238=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDA0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA0EE is #425F11. Grayscale: #B1B1B1. Windows color (decimal): -4349714 or 15638717. OLE color: 15638717.

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

Color convert

RGB 189 160 238 -
CMYK 0.21 0.33 0 0.07
HSL 262.31º 0.7% 0.78% -
HSV(B) 262.31º 0.33% 0.93% -
XYZ 48.99 42.13 86.44 -
YUV 177.56 162.11 136.16 -
System Red Green Blue C M Y K H S L
Decimal 189 160 238 0.21 0.33 0 0.07 262.31 0.7 0.78
Hex BD A0 EE 15 21 0 7 106 46 4E
Octal 275 240 356 25 41 0 7 406 106 116
Binary 10111101 10100000 11101110 10101 100001 0 111 100000110 1000110 1001110

Color Harmonies of #BDA0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA0EE

Black with #BDA0EE

Text Example


Text Example

White with #BDA0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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