Html Css Color HEX #BDA1EE Perfume

📋 copy color: '#BDA1EE'

red 189 ◦ green 161 ◦ blue 238

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

Shades of Perfume #BDA1EE

Tints of Perfume #BDA1EE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.38%

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

R = 32.14%
G = 27.38%
B = 40.48%

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

#BDA1EE (or 0xBDA1EE) is known color: Perfume. HEX triplet: BD, A1 and EE. RGB value is (189,161,238). Sum of RGB (Red+Green+Blue) = 189+161+238=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 161 (63.28% from 255 or 27.38% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDA1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA1EE is #425E11. Grayscale: #B1B1B1. Windows color (decimal): -4349458 or 15638973. OLE color: 15638973.

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

Color convert

RGB 189 161 238 -
CMYK 0.21 0.32 0 0.07
HSL 261.82º 0.69% 0.78% -
HSV(B) 261.82º 0.32% 0.93% -
XYZ 49.16 42.48 86.5 -
YUV 178.15 161.78 135.74 -
System Red Green Blue C M Y K H S L
Decimal 189 161 238 0.21 0.32 0 0.07 261.82 0.69 0.78
Hex BD A1 EE 15 20 0 7 106 45 4E
Octal 275 241 356 25 40 0 7 406 105 116
Binary 10111101 10100001 11101110 10101 100000 0 111 100000110 1000101 1001110

Color Harmonies of #BDA1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1EE

Black with #BDA1EE

Text Example


Text Example

White with #BDA1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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