Html Css Color HEX #BDA1EA Perfume

📋 copy color: '#BDA1EA'

red 189 ◦ green 161 ◦ blue 234

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

Shades of Perfume #BDA1EA

Tints of Perfume #BDA1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.07%

R = 32.36%
G = 27.57%
B = 40.07%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDA1EA (or 0xBDA1EA) is known color: Perfume. HEX triplet: BD, A1 and EA. RGB value is (189,161,234). Sum of RGB (Red+Green+Blue) = 189+161+234=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDA1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA1EA is #425E15. Grayscale: #B1B1B1. Windows color (decimal): -4349462 or 15376829. OLE color: 15376829.

HSL color Cylindrical-coordinate representation of color #BDA1EA: hue angle of 263.01º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDA1EA is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 161 234 -
CMYK 0.19 0.31 0 0.08
HSL 263.01º 0.63% 0.77% -
HSV(B) 263.01º 0.31% 0.92% -
XYZ 48.58 42.25 83.44 -
YUV 177.69 159.78 136.06 -
System Red Green Blue C M Y K H S L
Decimal 189 161 234 0.19 0.31 0 0.08 263.01 0.63 0.77
Hex BD A1 EA 13 1F 0 8 107 3F 4D
Octal 275 241 352 23 37 0 10 407 77 115
Binary 10111101 10100001 11101010 10011 11111 0 1000 100000111 111111 1001101

Color Harmonies of #BDA1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1EA

Black with #BDA1EA

Text Example


Text Example

White with #BDA1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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