#B8A5CD

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

Shades of Perfume #B8A5CD

Tints of Perfume #B8A5CD

Color information

#B8A5CD (or 0xB8A5CD) is unknown color: approx Perfume. HEX triplet: B8, A5 and CD. RGB value is (184,165,205). Sum of RGB (Red+Green+Blue) = 184+165+205=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8A5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A5CD is #475A32. Grayscale: #AFAFAF. Windows color (decimal): -4676147 or 13477304. OLE color: 13477304.

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

Color convert

RGB184165205-
CMYK0.100.2000.20
HSL268.5º28.57%72.55%-
HSV(B)268.5º19.51%80.39%-
XYZ44.2441.5163.44-
YUV175.24144.79134.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.21%
GREEN value IS 165 (64.84% from 255) = 29.78%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=33.21%
G=29.78%
B=37.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841652050.100.2000.20268.528.5772.55
HexB8A5CDA1401410c1d49
Octal270245315122402441435111
Binary101110001010010111001101101010100010100100001100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A5CD; }

 p { color: rgb(184,165,205); }

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

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

 a { background-color: rgb(184,165,205); }

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

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

 span { border-color: rgb(184,165,205); }

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