Html Css Color HEX #BA98EE Perfume

📋 copy color: '#BA98EE'

red 186 ◦ green 152 ◦ blue 238

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

Shades of Perfume #BA98EE

Tints of Perfume #BA98EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.32%

R = 32.29%
G = 26.39%
B = 41.32%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA98EE (or 0xBA98EE) is known color: Perfume. HEX triplet: BA, 98 and EE. RGB value is (186,152,238). Sum of RGB (Red+Green+Blue) = 186+152+238=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA98EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98EE is #456711. Grayscale: #ABABAB. Windows color (decimal): -4548370 or 15636666. OLE color: 15636666.

HSL color Cylindrical-coordinate representation of color #BA98EE: hue angle of 263.72º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA98EE is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 152 238 -
CMYK 0.22 0.36 0 0.07
HSL 263.72º 0.72% 0.76% -
HSV(B) 263.72º 0.36% 0.93% -
XYZ 46.91 39.07 85.96 -
YUV 171.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 186 152 238 0.22 0.36 0 0.07 263.72 0.72 0.76
Hex BA 98 EE 16 24 0 7 108 48 4C
Octal 272 230 356 26 44 0 7 410 110 114
Binary 10111010 10011000 11101110 10110 100100 0 111 100001000 1001000 1001100

Color Harmonies of #BA98EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA98EE

Black with #BA98EE

Text Example


Text Example

White with #BA98EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA98EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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