Html Css Color HEX #B9A1CE Perfume

📋 copy color: '#B9A1CE'

red 185 ◦ green 161 ◦ blue 206

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

Shades of Perfume #B9A1CE

Tints of Perfume #B9A1CE

RGB

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

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

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

R = 33.51%
G = 29.17%
B = 37.32%

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

#B9A1CE (or 0xB9A1CE) is known color: Perfume. HEX triplet: B9, A1 and CE. RGB value is (185,161,206). Sum of RGB (Red+Green+Blue) = 185+161+206=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9A1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A1CE is #465E31. Grayscale: #ADADAD. Windows color (decimal): -4611634 or 13541817. OLE color: 13541817.

HSL color Cylindrical-coordinate representation of color #B9A1CE: hue angle of 272º degrees, saturation: 0.31, 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 #B9A1CE is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 161 206 -
CMYK 0.10 0.22 0 0.19
HSL 272º 0.31% 0.72% -
HSV(B) 272º 0.22% 0.81% -
XYZ 43.89 40.26 63.85 -
YUV 173.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 185 161 206 0.10 0.22 0 0.19 272 0.31 0.72
Hex B9 A1 CE A 16 0 13 110 1F 48
Octal 271 241 316 12 26 0 23 420 37 110
Binary 10111001 10100001 11001110 1010 10110 0 10011 100010000 11111 1001000

Color Harmonies of #B9A1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A1CE

Black with #B9A1CE

Text Example


Text Example

White with #B9A1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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