Html Css Color HEX #BA9FD8 Perfume

📋 copy color: '#BA9FD8'

red 186 ◦ green 159 ◦ blue 216

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

Shades of Perfume #BA9FD8

Tints of Perfume #BA9FD8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.34%

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

R = 33.16%
G = 28.34%
B = 38.5%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA9FD8 (or 0xBA9FD8) is known color: Perfume. HEX triplet: BA, 9F and D8. RGB value is (186,159,216). Sum of RGB (Red+Green+Blue) = 186+159+216=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA9FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FD8 is #456027. Grayscale: #ADADAD. Windows color (decimal): -4546600 or 14196666. OLE color: 14196666.

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

Color convert

RGB 186 159 216 -
CMYK 0.14 0.26 0 0.15
HSL 268.42º 0.42% 0.74% -
HSV(B) 268.42º 0.26% 0.85% -
XYZ 45.04 40.19 70.35 -
YUV 173.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 186 159 216 0.14 0.26 0 0.15 268.42 0.42 0.74
Hex BA 9F D8 E 1A 0 F 10C 2A 4A
Octal 272 237 330 16 32 0 17 414 52 112
Binary 10111010 10011111 11011000 1110 11010 0 1111 100001100 101010 1001010

Color Harmonies of #BA9FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FD8

Black with #BA9FD8

Text Example


Text Example

White with #BA9FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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