Html Css Color HEX #B9A0CD Perfume

📋 copy color: '#B9A0CD'

red 185 ◦ green 160 ◦ blue 205

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

Shades of Perfume #B9A0CD

Tints of Perfume #B9A0CD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.09%

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

R = 33.64%
G = 29.09%
B = 37.27%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9A0CD (or 0xB9A0CD) is known color: Perfume. HEX triplet: B9, A0 and CD. RGB value is (185,160,205). Sum of RGB (Red+Green+Blue) = 185+160+205=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A0CD is #465F32. Grayscale: #ACACAC. Windows color (decimal): -4611891 or 13476025. OLE color: 13476025.

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

Color convert

RGB 185 160 205 -
CMYK 0.10 0.22 0 0.20
HSL 273.33º 0.31% 0.72% -
HSV(B) 273.33º 0.22% 0.8% -
XYZ 43.6 39.86 63.15 -
YUV 172.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 185 160 205 0.10 0.22 0 0.20 273.33 0.31 0.72
Hex B9 A0 CD A 16 0 14 111 1F 48
Octal 271 240 315 12 26 0 24 421 37 110
Binary 10111001 10100000 11001101 1010 10110 0 10100 100010001 11111 1001000

Color Harmonies of #B9A0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A0CD

Black with #B9A0CD

Text Example


Text Example

White with #B9A0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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