Html Css Color HEX #BA9DDC Perfume

📋 copy color: '#BA9DDC'

red 186 ◦ green 157 ◦ blue 220

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

Shades of Perfume #BA9DDC

Tints of Perfume #BA9DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.89%

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 33.04%
G = 27.89%
B = 39.08%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA9DDC (or 0xBA9DDC) is known color: Perfume. HEX triplet: BA, 9D and DC. RGB value is (186,157,220). Sum of RGB (Red+Green+Blue) = 186+157+220=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DDC is #456223. Grayscale: #ACACAC. Windows color (decimal): -4547108 or 14458298. OLE color: 14458298.

HSL color Cylindrical-coordinate representation of color #BA9DDC: hue angle of 267.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA9DDC is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 157 220 -
CMYK 0.15 0.29 0 0.14
HSL 267.62º 0.47% 0.74% -
HSV(B) 267.62º 0.29% 0.86% -
XYZ 45.22 39.72 72.99 -
YUV 172.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 186 157 220 0.15 0.29 0 0.14 267.62 0.47 0.74
Hex BA 9D DC F 1D 0 E 10C 2F 4A
Octal 272 235 334 17 35 0 16 414 57 112
Binary 10111010 10011101 11011100 1111 11101 0 1110 100001100 101111 1001010

Color Harmonies of #BA9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DDC

Black with #BA9DDC

Text Example


Text Example

White with #BA9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DDC; }

 p { color: rgb(186,157,220); }

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

background-color css

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

 a { background-color: rgb(186,157,220); }

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

border-color css

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

 span { border-color: rgb(186,157,220); }

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