Html Css Color HEX #B9A5DB Perfume

📋 copy color: '#B9A5DB'

red 185 ◦ green 165 ◦ blue 219

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

Shades of Perfume #B9A5DB

Tints of Perfume #B9A5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29%

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 32.51%
G = 29%
B = 38.49%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9A5DB (or 0xB9A5DB) is known color: Perfume. HEX triplet: B9, A5 and DB. RGB value is (185,165,219). Sum of RGB (Red+Green+Blue) = 185+165+219=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9A5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A5DB is #465A24. Grayscale: #B0B0B0. Windows color (decimal): -4610597 or 14394809. OLE color: 14394809.

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

Color convert

RGB 185 165 219 -
CMYK 0.16 0.25 0 0.14
HSL 262.22º 0.43% 0.75% -
HSV(B) 262.22º 0.25% 0.86% -
XYZ 46.25 42.34 72.75 -
YUV 177.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 185 165 219 0.16 0.25 0 0.14 262.22 0.43 0.75
Hex B9 A5 DB 10 19 0 E 106 2B 4B
Octal 271 245 333 20 31 0 16 406 53 113
Binary 10111001 10100101 11011011 10000 11001 0 1110 100000110 101011 1001011

Color Harmonies of #B9A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A5DB

Black with #B9A5DB

Text Example


Text Example

White with #B9A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A5DB; }

 p { color: rgb(185,165,219); }

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

background-color css

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

 a { background-color: rgb(185,165,219); }

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

border-color css

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

 span { border-color: rgb(185,165,219); }

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