Html Css Color HEX #B9A3DA Perfume

📋 copy color: '#B9A3DA'

red 185 ◦ green 163 ◦ blue 218

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

Shades of Perfume #B9A3DA

Tints of Perfume #B9A3DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 32.69%
G = 28.8%
B = 38.52%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B9A3DA (or 0xB9A3DA) is known color: Perfume. HEX triplet: B9, A3 and DA. RGB value is (185,163,218). Sum of RGB (Red+Green+Blue) = 185+163+218=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9A3DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A3DA is #465C25. Grayscale: #AFAFAF. Windows color (decimal): -4611110 or 14328761. OLE color: 14328761.

HSL color Cylindrical-coordinate representation of color #B9A3DA: hue angle of 264º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9A3DA is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 163 218 -
CMYK 0.15 0.25 0 0.15
HSL 264º 0.43% 0.75% -
HSV(B) 264º 0.25% 0.85% -
XYZ 45.76 41.57 71.94 -
YUV 175.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 185 163 218 0.15 0.25 0 0.15 264 0.43 0.75
Hex B9 A3 DA F 19 0 F 108 2B 4B
Octal 271 243 332 17 31 0 17 410 53 113
Binary 10111001 10100011 11011010 1111 11001 0 1111 100001000 101011 1001011

Color Harmonies of #B9A3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A3DA

Black with #B9A3DA

Text Example


Text Example

White with #B9A3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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