Html Css Color HEX #BA99DF Perfume

📋 copy color: '#BA99DF'

red 186 ◦ green 153 ◦ blue 223

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

Shades of Perfume #BA99DF

Tints of Perfume #BA99DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 33.1%
G = 27.22%
B = 39.68%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA99DF (or 0xBA99DF) is known color: Perfume. HEX triplet: BA, 99 and DF. RGB value is (186,153,223). Sum of RGB (Red+Green+Blue) = 186+153+223=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99DF is #456620. Grayscale: #AAAAAA. Windows color (decimal): -4548129 or 14653882. OLE color: 14653882.

HSL color Cylindrical-coordinate representation of color #BA99DF: hue angle of 268.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA99DF is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 153 223 -
CMYK 0.17 0.31 0 0.13
HSL 268.29º 0.52% 0.74% -
HSV(B) 268.29º 0.31% 0.87% -
XYZ 44.96 38.55 74.88 -
YUV 170.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 186 153 223 0.17 0.31 0 0.13 268.29 0.52 0.74
Hex BA 99 DF 11 1F 0 D 10C 34 4A
Octal 272 231 337 21 37 0 15 414 64 112
Binary 10111010 10011001 11011111 10001 11111 0 1101 100001100 110100 1001010

Color Harmonies of #BA99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99DF

Black with #BA99DF

Text Example


Text Example

White with #BA99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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