Html Css Color HEX #BA99D7 Perfume

📋 copy color: '#BA99D7'

red 186 ◦ green 153 ◦ blue 215

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

Shades of Perfume #BA99D7

Tints of Perfume #BA99D7

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.62%

 BLUE value IS 215 (84.38% from 255) = 38.81%

R = 33.57%
G = 27.62%
B = 38.81%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA99D7 (or 0xBA99D7) is known color: Perfume. HEX triplet: BA, 99 and D7. RGB value is (186,153,215). Sum of RGB (Red+Green+Blue) = 186+153+215=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA99D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99D7 is #456628. Grayscale: #A9A9A9. Windows color (decimal): -4548137 or 14129594. OLE color: 14129594.

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

Color convert

RGB 186 153 215 -
CMYK 0.13 0.29 0 0.16
HSL 271.94º 0.44% 0.72% -
HSV(B) 271.94º 0.29% 0.84% -
XYZ 43.91 38.13 69.34 -
YUV 169.94 153.43 139.46 -
System Red Green Blue C M Y K H S L
Decimal 186 153 215 0.13 0.29 0 0.16 271.94 0.44 0.72
Hex BA 99 D7 D 1D 0 10 110 2C 48
Octal 272 231 327 15 35 0 20 420 54 110
Binary 10111010 10011001 11010111 1101 11101 0 10000 100010000 101100 1001000

Color Harmonies of #BA99D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99D7

Black with #BA99D7

Text Example


Text Example

White with #BA99D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99D7; }

 p { color: rgb(186,153,215); }

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

background-color css

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

 a { background-color: rgb(186,153,215); }

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

border-color css

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

 span { border-color: rgb(186,153,215); }

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