Html Css Color HEX #BA98E7 Perfume

📋 copy color: '#BA98E7'

red 186 ◦ green 152 ◦ blue 231

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

Shades of Perfume #BA98E7

Tints of Perfume #BA98E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.6%

R = 32.69%
G = 26.71%
B = 40.6%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA98E7 (or 0xBA98E7) is known color: Perfume. HEX triplet: BA, 98 and E7. RGB value is (186,152,231). Sum of RGB (Red+Green+Blue) = 186+152+231=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA98E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98E7 is #456718. Grayscale: #AAAAAA. Windows color (decimal): -4548377 or 15177914. OLE color: 15177914.

HSL color Cylindrical-coordinate representation of color #BA98E7: hue angle of 265.82º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA98E7 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 152 231 -
CMYK 0.19 0.34 0 0.09
HSL 265.82º 0.62% 0.75% -
HSV(B) 265.82º 0.34% 0.91% -
XYZ 45.9 38.67 80.65 -
YUV 171.17 161.76 138.58 -
System Red Green Blue C M Y K H S L
Decimal 186 152 231 0.19 0.34 0 0.09 265.82 0.62 0.75
Hex BA 98 E7 13 22 0 9 10A 3E 4B
Octal 272 230 347 23 42 0 11 412 76 113
Binary 10111010 10011000 11100111 10011 100010 0 1001 100001010 111110 1001011

Color Harmonies of #BA98E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA98E7

Black with #BA98E7

Text Example


Text Example

White with #BA98E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA98E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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