#BA9CE4

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

Shades of Perfume #BA9CE4

Tints of Perfume #BA9CE4

Color information

#BA9CE4 (or 0xBA9CE4) is unknown color: approx Perfume. HEX triplet: BA, 9C and E4. RGB value is (186,156,228). Sum of RGB (Red+Green+Blue) = 186+156+228=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA9CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CE4 is #45631B. Grayscale: #ACACAC. Windows color (decimal): -4547356 or 14982330. OLE color: 14982330.

HSL color Cylindrical-coordinate representation of color #BA9CE4: hue angle of 265º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA9CE4 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186156228-
CMYK0.180.3200.11
HSL265º57.14%75.29%-
HSV(B)265º31.58%89.41%-
XYZ46.1439.8278.65-
YUV173.18158.94137.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 228 (89.45% from 255) = 40%
R=32.63%
G=27.37%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861562280.180.3200.1126557.1475.29
HexBA9CE412200B109394b
Octal272234344224001341171113
Binary10111010100111001110010010010100000010111000010011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CE4; }

 p { color: rgb(186,156,228); }

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

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

 a { background-color: rgb(186,156,228); }

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

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

 span { border-color: rgb(186,156,228); }

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