Html Css Color HEX #B9A3DE Perfume

📋 copy color: '#B9A3DE'

red 185 ◦ green 163 ◦ blue 222

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

Shades of Perfume #B9A3DE

Tints of Perfume #B9A3DE

RGB

 RED value IS 185 (72.66% from 255) = 32.46%

 GREEN value IS 163 (64.06% from 255) = 28.6%

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 32.46%
G = 28.6%
B = 38.95%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9A3DE (or 0xB9A3DE) is known color: Perfume. HEX triplet: B9, A3 and DE. RGB value is (185,163,222). Sum of RGB (Red+Green+Blue) = 185+163+222=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9A3DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A3DE is #465C21. Grayscale: #B0B0B0. Windows color (decimal): -4611106 or 14590905. OLE color: 14590905.

HSL color Cylindrical-coordinate representation of color #B9A3DE: hue angle of 262.37º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9A3DE is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 163 222 -
CMYK 0.17 0.27 0 0.13
HSL 262.37º 0.47% 0.75% -
HSV(B) 262.37º 0.27% 0.87% -
XYZ 46.29 41.78 74.73 -
YUV 176.3 153.79 134.2 -
System Red Green Blue C M Y K H S L
Decimal 185 163 222 0.17 0.27 0 0.13 262.37 0.47 0.75
Hex B9 A3 DE 11 1B 0 D 106 2F 4B
Octal 271 243 336 21 33 0 15 406 57 113
Binary 10111001 10100011 11011110 10001 11011 0 1101 100000110 101111 1001011

Color Harmonies of #B9A3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A3DE

Black with #B9A3DE

Text Example


Text Example

White with #B9A3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A3DE; }

 p { color: rgb(185,163,222); }

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

background-color css

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

 a { background-color: rgb(185,163,222); }

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

border-color css

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

 span { border-color: rgb(185,163,222); }

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