Html Css Color HEX #B9A2DF Perfume

📋 copy color: '#B9A2DF'

red 185 ◦ green 162 ◦ blue 223

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

Shades of Perfume #B9A2DF

Tints of Perfume #B9A2DF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.42%

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 32.46%
G = 28.42%
B = 39.12%

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

#B9A2DF (or 0xB9A2DF) is known color: Perfume. HEX triplet: B9, A2 and DF. RGB value is (185,162,223). Sum of RGB (Red+Green+Blue) = 185+162+223=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9A2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A2DF is #465D20. Grayscale: #AFAFAF. Windows color (decimal): -4611361 or 14656185. OLE color: 14656185.

HSL color Cylindrical-coordinate representation of color #B9A2DF: hue angle of 262.62º degrees, saturation: 0.49, 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 #B9A2DF is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 162 223 -
CMYK 0.17 0.27 0 0.13
HSL 262.62º 0.49% 0.75% -
HSV(B) 262.62º 0.27% 0.87% -
XYZ 46.25 41.48 75.38 -
YUV 175.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 185 162 223 0.17 0.27 0 0.13 262.62 0.49 0.75
Hex B9 A2 DF 11 1B 0 D 107 31 4B
Octal 271 242 337 21 33 0 15 407 61 113
Binary 10111001 10100010 11011111 10001 11011 0 1101 100000111 110001 1001011

Color Harmonies of #B9A2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A2DF

Black with #B9A2DF

Text Example


Text Example

White with #B9A2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A2DF; }

 p { color: rgb(185,162,223); }

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

background-color css

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

 a { background-color: rgb(185,162,223); }

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

border-color css

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

 span { border-color: rgb(185,162,223); }

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