Html Css Color HEX #B9A1D7 Perfume

📋 copy color: '#B9A1D7'

red 185 ◦ green 161 ◦ blue 215

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

Shades of Perfume #B9A1D7

Tints of Perfume #B9A1D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.32%

R = 32.98%
G = 28.7%
B = 38.32%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B9A1D7 (or 0xB9A1D7) is known color: Perfume. HEX triplet: B9, A1 and D7. RGB value is (185,161,215). Sum of RGB (Red+Green+Blue) = 185+161+215=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #B9A1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A1D7 is #465E28. Grayscale: #AEAEAE. Windows color (decimal): -4611625 or 14131641. OLE color: 14131641.

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

Color convert

RGB 185 161 215 -
CMYK 0.14 0.25 0 0.16
HSL 266.67º 0.4% 0.74% -
HSV(B) 266.67º 0.25% 0.84% -
XYZ 45.02 40.71 69.78 -
YUV 174.33 150.95 135.61 -
System Red Green Blue C M Y K H S L
Decimal 185 161 215 0.14 0.25 0 0.16 266.67 0.4 0.74
Hex B9 A1 D7 E 19 0 10 10B 28 4A
Octal 271 241 327 16 31 0 20 413 50 112
Binary 10111001 10100001 11010111 1110 11001 0 10000 100001011 101000 1001010

Color Harmonies of #B9A1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A1D7

Black with #B9A1D7

Text Example


Text Example

White with #B9A1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A1D7; }

 p { color: rgb(185,161,215); }

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

background-color css

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

 a { background-color: rgb(185,161,215); }

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

border-color css

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

 span { border-color: rgb(185,161,215); }

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