Html Css Color HEX #BDA1E7 Perfume

📋 copy color: '#BDA1E7'

red 189 ◦ green 161 ◦ blue 231

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

Shades of Perfume #BDA1E7

Tints of Perfume #BDA1E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.76%

R = 32.53%
G = 27.71%
B = 39.76%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDA1E7 (or 0xBDA1E7) is known color: Perfume. HEX triplet: BD, A1 and E7. RGB value is (189,161,231). Sum of RGB (Red+Green+Blue) = 189+161+231=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDA1E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA1E7 is #425E18. Grayscale: #B1B1B1. Windows color (decimal): -4349465 or 15180221. OLE color: 15180221.

HSL color Cylindrical-coordinate representation of color #BDA1E7: hue angle of 264º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDA1E7 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 161 231 -
CMYK 0.18 0.30 0 0.09
HSL 264º 0.59% 0.77% -
HSV(B) 264º 0.3% 0.91% -
XYZ 48.15 42.08 81.19 -
YUV 177.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 189 161 231 0.18 0.30 0 0.09 264 0.59 0.77
Hex BD A1 E7 12 1E 0 9 108 3B 4D
Octal 275 241 347 22 36 0 11 410 73 115
Binary 10111101 10100001 11100111 10010 11110 0 1001 100001000 111011 1001101

Color Harmonies of #BDA1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1E7

Black with #BDA1E7

Text Example


Text Example

White with #BDA1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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