Html Css Color HEX #BA9CDD Perfume

📋 copy color: '#BA9CDD'

red 186 ◦ green 156 ◦ blue 221

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

Shades of Perfume #BA9CDD

Tints of Perfume #BA9CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.71%

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 33.04%
G = 27.71%
B = 39.25%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA9CDD (or 0xBA9CDD) is known color: Perfume. HEX triplet: BA, 9C and DD. RGB value is (186,156,221). Sum of RGB (Red+Green+Blue) = 186+156+221=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CDD is #456322. Grayscale: #ACACAC. Windows color (decimal): -4547363 or 14523578. OLE color: 14523578.

HSL color Cylindrical-coordinate representation of color #BA9CDD: hue angle of 267.69º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA9CDD is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 156 221 -
CMYK 0.16 0.29 0 0.13
HSL 267.69º 0.49% 0.74% -
HSV(B) 267.69º 0.29% 0.87% -
XYZ 45.19 39.44 73.64 -
YUV 172.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 186 156 221 0.16 0.29 0 0.13 267.69 0.49 0.74
Hex BA 9C DD 10 1D 0 D 10C 31 4A
Octal 272 234 335 20 35 0 15 414 61 112
Binary 10111010 10011100 11011101 10000 11101 0 1101 100001100 110001 1001010

Color Harmonies of #BA9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9CDD

Black with #BA9CDD

Text Example


Text Example

White with #BA9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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