Html Css Color HEX #B9A4CE Perfume

📋 copy color: '#B9A4CE'

red 185 ◦ green 164 ◦ blue 206

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

Shades of Perfume #B9A4CE

Tints of Perfume #B9A4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.55%

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

R = 33.33%
G = 29.55%
B = 37.12%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B9A4CE (or 0xB9A4CE) is known color: Perfume. HEX triplet: B9, A4 and CE. RGB value is (185,164,206). Sum of RGB (Red+Green+Blue) = 185+164+206=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9A4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A4CE is #465B31. Grayscale: #AEAEAE. Windows color (decimal): -4610866 or 13542585. OLE color: 13542585.

HSL color Cylindrical-coordinate representation of color #B9A4CE: hue angle of 270º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9A4CE is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 164 206 -
CMYK 0.10 0.20 0 0.19
HSL 270º 0.3% 0.73% -
HSV(B) 270º 0.2% 0.81% -
XYZ 44.42 41.32 64.03 -
YUV 175.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 185 164 206 0.10 0.20 0 0.19 270 0.3 0.73
Hex B9 A4 CE A 14 0 13 10E 1E 49
Octal 271 244 316 12 24 0 23 416 36 111
Binary 10111001 10100100 11001110 1010 10100 0 10011 100001110 11110 1001001

Color Harmonies of #B9A4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A4CE

Black with #B9A4CE

Text Example


Text Example

White with #B9A4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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