Html Css Color HEX #B9A1CD Perfume

📋 copy color: '#B9A1CD'

red 185 ◦ green 161 ◦ blue 205

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

Shades of Perfume #B9A1CD

Tints of Perfume #B9A1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.21%

R = 33.58%
G = 29.22%
B = 37.21%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9A1CD (or 0xB9A1CD) is known color: Perfume. HEX triplet: B9, A1 and CD. RGB value is (185,161,205). Sum of RGB (Red+Green+Blue) = 185+161+205=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A1CD is #465E32. Grayscale: #ADADAD. Windows color (decimal): -4611635 or 13476281. OLE color: 13476281.

HSL color Cylindrical-coordinate representation of color #B9A1CD: hue angle of 272.73º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9A1CD is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 161 205 -
CMYK 0.10 0.21 0 0.20
HSL 272.73º 0.31% 0.72% -
HSV(B) 272.73º 0.21% 0.8% -
XYZ 43.77 40.21 63.21 -
YUV 173.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 185 161 205 0.10 0.21 0 0.20 272.73 0.31 0.72
Hex B9 A1 CD A 15 0 14 111 1F 48
Octal 271 241 315 12 25 0 24 421 37 110
Binary 10111001 10100001 11001101 1010 10101 0 10100 100010001 11111 1001000

Color Harmonies of #B9A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A1CD

Black with #B9A1CD

Text Example


Text Example

White with #B9A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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