Html Css Color HEX #BA99E0 Perfume

📋 copy color: '#BA99E0'

red 186 ◦ green 153 ◦ blue 224

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

Shades of Perfume #BA99E0

Tints of Perfume #BA99E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.79%

R = 33.04%
G = 27.18%
B = 39.79%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA99E0 (or 0xBA99E0) is known color: Perfume. HEX triplet: BA, 99 and E0. RGB value is (186,153,224). Sum of RGB (Red+Green+Blue) = 186+153+224=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99E0 is #45661F. Grayscale: #AAAAAA. Windows color (decimal): -4548128 or 14719418. OLE color: 14719418.

HSL color Cylindrical-coordinate representation of color #BA99E0: hue angle of 267.89º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA99E0 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 153 224 -
CMYK 0.17 0.32 0 0.12
HSL 267.89º 0.53% 0.74% -
HSV(B) 267.89º 0.32% 0.88% -
XYZ 45.1 38.6 75.6 -
YUV 170.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 186 153 224 0.17 0.32 0 0.12 267.89 0.53 0.74
Hex BA 99 E0 11 20 0 C 10C 35 4A
Octal 272 231 340 21 40 0 14 414 65 112
Binary 10111010 10011001 11100000 10001 100000 0 1100 100001100 110101 1001010

Color Harmonies of #BA99E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99E0

Black with #BA99E0

Text Example


Text Example

White with #BA99E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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