Html Css Color HEX #BA98D8 Perfume

📋 copy color: '#BA98D8'

red 186 ◦ green 152 ◦ blue 216

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

Shades of Perfume #BA98D8

Tints of Perfume #BA98D8

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.44%

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

R = 33.57%
G = 27.44%
B = 38.99%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA98D8 (or 0xBA98D8) is known color: Perfume. HEX triplet: BA, 98 and D8. RGB value is (186,152,216). Sum of RGB (Red+Green+Blue) = 186+152+216=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA98D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98D8 is #456727. Grayscale: #A9A9A9. Windows color (decimal): -4548392 or 14194874. OLE color: 14194874.

HSL color Cylindrical-coordinate representation of color #BA98D8: hue angle of 271.88º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA98D8 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 152 216 -
CMYK 0.14 0.30 0 0.15
HSL 271.88º 0.45% 0.72% -
HSV(B) 271.88º 0.3% 0.85% -
XYZ 43.87 37.85 69.96 -
YUV 169.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 186 152 216 0.14 0.30 0 0.15 271.88 0.45 0.72
Hex BA 98 D8 E 1E 0 F 110 2D 48
Octal 272 230 330 16 36 0 17 420 55 110
Binary 10111010 10011000 11011000 1110 11110 0 1111 100010000 101101 1001000

Color Harmonies of #BA98D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA98D8

Black with #BA98D8

Text Example


Text Example

White with #BA98D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA98D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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