Html Css Color HEX #BA9ED4 Perfume

📋 copy color: '#BA9ED4'

red 186 ◦ green 158 ◦ blue 212

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

Shades of Perfume #BA9ED4

Tints of Perfume #BA9ED4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.42%

 BLUE value IS 212 (83.2% from 255) = 38.13%

R = 33.45%
G = 28.42%
B = 38.13%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BA9ED4 (or 0xBA9ED4) is known color: Perfume. HEX triplet: BA, 9E and D4. RGB value is (186,158,212). Sum of RGB (Red+Green+Blue) = 186+158+212=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA9ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ED4 is #45612B. Grayscale: #ACACAC. Windows color (decimal): -4546860 or 13934266. OLE color: 13934266.

HSL color Cylindrical-coordinate representation of color #BA9ED4: hue angle of 271.11º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA9ED4 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 158 212 -
CMYK 0.12 0.25 0 0.17
HSL 271.11º 0.39% 0.73% -
HSV(B) 271.11º 0.25% 0.83% -
XYZ 44.36 39.65 67.6 -
YUV 172.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 186 158 212 0.12 0.25 0 0.17 271.11 0.39 0.73
Hex BA 9E D4 C 19 0 11 10F 27 49
Octal 272 236 324 14 31 0 21 417 47 111
Binary 10111010 10011110 11010100 1100 11001 0 10001 100001111 100111 1001001

Color Harmonies of #BA9ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9ED4

Black with #BA9ED4

Text Example


Text Example

White with #BA9ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9ED4; }

 p { color: rgb(186,158,212); }

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

background-color css

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

 a { background-color: rgb(186,158,212); }

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

border-color css

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

 span { border-color: rgb(186,158,212); }

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