Html Css Color HEX #B9A0CE Perfume

📋 copy color: '#B9A0CE'

red 185 ◦ green 160 ◦ blue 206

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

Shades of Perfume #B9A0CE

Tints of Perfume #B9A0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 33.58%
G = 29.04%
B = 37.39%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9A0CE (or 0xB9A0CE) is known color: Perfume. HEX triplet: B9, A0 and CE. RGB value is (185,160,206). Sum of RGB (Red+Green+Blue) = 185+160+206=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9A0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A0CE is #465F31. Grayscale: #ACACAC. Windows color (decimal): -4611890 or 13541561. OLE color: 13541561.

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

Color convert

RGB 185 160 206 -
CMYK 0.10 0.22 0 0.19
HSL 272.61º 0.32% 0.72% -
HSV(B) 272.61º 0.22% 0.81% -
XYZ 43.72 39.91 63.79 -
YUV 172.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 185 160 206 0.10 0.22 0 0.19 272.61 0.32 0.72
Hex B9 A0 CE A 16 0 13 111 20 48
Octal 271 240 316 12 26 0 23 421 40 110
Binary 10111001 10100000 11001110 1010 10110 0 10011 100010001 100000 1001000

Color Harmonies of #B9A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A0CE

Black with #B9A0CE

Text Example


Text Example

White with #B9A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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