#B8A2CE

Color #B8A2CE Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #B8A2CE

Tints of Perfume #B8A2CE

Color information

#B8A2CE (or 0xB8A2CE) is unknown color: approx Perfume. HEX triplet: B8, A2 and CE. RGB value is (184,162,206). Sum of RGB (Red+Green+Blue) = 184+162+206=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 162 (63.67% from 255 or 29.35% 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 #B8A2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A2CE is #475D31. Grayscale: #ADADAD. Windows color (decimal): -4676914 or 13542072. OLE color: 13542072.

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

Color convert

RGB184162206-
CMYK0.110.2100.19
HSL270º30.99%72.16%-
HSV(B)270º21.36%80.78%-
XYZ43.8340.4963.9-
YUV173.59146.29135.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.33%
GREEN value IS 162 (63.67% from 255) = 29.35%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=33.33%
G=29.35%
B=37.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841622060.110.2100.1927030.9972.16
HexB8A2CEB1501310e1f48
Octal270242316132502341637110
Binary101110001010001011001110101110101010011100001110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A2CE; }

 p { color: rgb(184,162,206); }

 H1.HeaderClassName
 {
   color: #B8A2CE;
 }
 .AnyTagClassName
 {
   color: #B8A2CE;
 }
</style>
background-color css

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

 a { background-color: rgb(184,162,206); }

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

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

 span { border-color: rgb(184,162,206); }

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