Html Css Color HEX #BA9DE7 Perfume

📋 copy color: '#BA9DE7'

red 186 ◦ green 157 ◦ blue 231

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

Shades of Perfume #BA9DE7

Tints of Perfume #BA9DE7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.35%

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

R = 32.4%
G = 27.35%
B = 40.24%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA9DE7 (or 0xBA9DE7) is known color: Perfume. HEX triplet: BA, 9D and E7. RGB value is (186,157,231). Sum of RGB (Red+Green+Blue) = 186+157+231=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA9DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DE7 is #456218. Grayscale: #ADADAD. Windows color (decimal): -4547097 or 15179194. OLE color: 15179194.

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

Color convert

RGB 186 157 231 -
CMYK 0.19 0.32 0 0.09
HSL 263.51º 0.61% 0.76% -
HSV(B) 263.51º 0.32% 0.91% -
XYZ 46.73 40.32 80.92 -
YUV 174.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 186 157 231 0.19 0.32 0 0.09 263.51 0.61 0.76
Hex BA 9D E7 13 20 0 9 108 3D 4C
Octal 272 235 347 23 40 0 11 410 75 114
Binary 10111010 10011101 11100111 10011 100000 0 1001 100001000 111101 1001100

Color Harmonies of #BA9DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DE7

Black with #BA9DE7

Text Example


Text Example

White with #BA9DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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