Html Css Color HEX #BA9BDA Perfume

📋 copy color: '#BA9BDA'

red 186 ◦ green 155 ◦ blue 218

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

Shades of Perfume #BA9BDA

Tints of Perfume #BA9BDA

RGB

 RED value IS 186 (73.05% from 255) = 33.27%

 GREEN value IS 155 (60.94% from 255) = 27.73%

 BLUE value IS 218 (85.55% from 255) = 39%

R = 33.27%
G = 27.73%
B = 39%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA9BDA (or 0xBA9BDA) is known color: Perfume. HEX triplet: BA, 9B and DA. RGB value is (186,155,218). Sum of RGB (Red+Green+Blue) = 186+155+218=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BDA is #456425. Grayscale: #ABABAB. Windows color (decimal): -4547622 or 14326714. OLE color: 14326714.

HSL color Cylindrical-coordinate representation of color #BA9BDA: hue angle of 269.52º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA9BDA is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 155 218 -
CMYK 0.15 0.29 0 0.15
HSL 269.52º 0.46% 0.73% -
HSV(B) 269.52º 0.29% 0.85% -
XYZ 44.63 38.94 71.49 -
YUV 171.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 186 155 218 0.15 0.29 0 0.15 269.52 0.46 0.73
Hex BA 9B DA F 1D 0 F 10E 2E 49
Octal 272 233 332 17 35 0 17 416 56 111
Binary 10111010 10011011 11011010 1111 11101 0 1111 100001110 101110 1001001

Color Harmonies of #BA9BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9BDA

Black with #BA9BDA

Text Example


Text Example

White with #BA9BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9BDA; }

 p { color: rgb(186,155,218); }

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

background-color css

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

 a { background-color: rgb(186,155,218); }

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

border-color css

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

 span { border-color: rgb(186,155,218); }

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