Html Css Color HEX #BA9DDE Perfume

📋 copy color: '#BA9DDE'

red 186 ◦ green 157 ◦ blue 222

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

Shades of Perfume #BA9DDE

Tints of Perfume #BA9DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.29%

R = 32.92%
G = 27.79%
B = 39.29%

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

#BA9DDE (or 0xBA9DDE) is known color: Perfume. HEX triplet: BA, 9D and DE. RGB value is (186,157,222). Sum of RGB (Red+Green+Blue) = 186+157+222=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA9DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DDE is #456221. Grayscale: #ACACAC. Windows color (decimal): -4547106 or 14589370. OLE color: 14589370.

HSL color Cylindrical-coordinate representation of color #BA9DDE: hue angle of 266.77º degrees, saturation: 0.5, 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 #BA9DDE is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 157 222 -
CMYK 0.16 0.29 0 0.13
HSL 266.77º 0.5% 0.74% -
HSV(B) 266.77º 0.29% 0.87% -
XYZ 45.49 39.83 74.4 -
YUV 173.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 186 157 222 0.16 0.29 0 0.13 266.77 0.5 0.74
Hex BA 9D DE 10 1D 0 D 10B 32 4A
Octal 272 235 336 20 35 0 15 413 62 112
Binary 10111010 10011101 11011110 10000 11101 0 1101 100001011 110010 1001010

Color Harmonies of #BA9DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DDE

Black with #BA9DDE

Text Example


Text Example

White with #BA9DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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