Html Css Color HEX #BDA4EE Perfume

📋 copy color: '#BDA4EE'

red 189 ◦ green 164 ◦ blue 238

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

Shades of Perfume #BDA4EE

Tints of Perfume #BDA4EE

RGB

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

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

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

R = 31.98%
G = 27.75%
B = 40.27%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDA4EE (or 0xBDA4EE) is known color: Perfume. HEX triplet: BD, A4 and EE. RGB value is (189,164,238). Sum of RGB (Red+Green+Blue) = 189+164+238=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDA4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA4EE is #425B11. Grayscale: #B3B3B3. Windows color (decimal): -4348690 or 15639741. OLE color: 15639741.

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

Color convert

RGB 189 164 238 -
CMYK 0.21 0.31 0 0.07
HSL 260.27º 0.69% 0.79% -
HSV(B) 260.27º 0.31% 0.93% -
XYZ 49.69 43.54 86.67 -
YUV 179.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 189 164 238 0.21 0.31 0 0.07 260.27 0.69 0.79
Hex BD A4 EE 15 1F 0 7 104 45 4F
Octal 275 244 356 25 37 0 7 404 105 117
Binary 10111101 10100100 11101110 10101 11111 0 111 100000100 1000101 1001111

Color Harmonies of #BDA4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4EE

Black with #BDA4EE

Text Example


Text Example

White with #BDA4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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