Html Css Color HEX #BA9BD8 Perfume

📋 copy color: '#BA9BD8'

red 186 ◦ green 155 ◦ blue 216

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

Shades of Perfume #BA9BD8

Tints of Perfume #BA9BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.78%

R = 33.39%
G = 27.83%
B = 38.78%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA9BD8 (or 0xBA9BD8) is known color: Perfume. HEX triplet: BA, 9B and D8. RGB value is (186,155,216). Sum of RGB (Red+Green+Blue) = 186+155+216=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA9BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BD8 is #456427. Grayscale: #ABABAB. Windows color (decimal): -4547624 or 14195642. OLE color: 14195642.

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

Color convert

RGB 186 155 216 -
CMYK 0.14 0.28 0 0.15
HSL 270.49º 0.44% 0.73% -
HSV(B) 270.49º 0.28% 0.85% -
XYZ 44.37 38.84 70.12 -
YUV 171.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 186 155 216 0.14 0.28 0 0.15 270.49 0.44 0.73
Hex BA 9B D8 E 1C 0 F 10E 2C 49
Octal 272 233 330 16 34 0 17 416 54 111
Binary 10111010 10011011 11011000 1110 11100 0 1111 100001110 101100 1001001

Color Harmonies of #BA9BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9BD8

Black with #BA9BD8

Text Example


Text Example

White with #BA9BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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