Html Css Color HEX #BA9DD6 Perfume

📋 copy color: '#BA9DD6'

red 186 ◦ green 157 ◦ blue 214

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

Shades of Perfume #BA9DD6

Tints of Perfume #BA9DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.42%

R = 33.39%
G = 28.19%
B = 38.42%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA9DD6 (or 0xBA9DD6) is known color: Perfume. HEX triplet: BA, 9D and D6. RGB value is (186,157,214). Sum of RGB (Red+Green+Blue) = 186+157+214=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA9DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DD6 is #456229. Grayscale: #ABABAB. Windows color (decimal): -4547114 or 14065082. OLE color: 14065082.

HSL color Cylindrical-coordinate representation of color #BA9DD6: hue angle of 270.53º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA9DD6 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 157 214 -
CMYK 0.13 0.27 0 0.16
HSL 270.53º 0.41% 0.73% -
HSV(B) 270.53º 0.27% 0.84% -
XYZ 44.44 39.41 68.88 -
YUV 172.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 186 157 214 0.13 0.27 0 0.16 270.53 0.41 0.73
Hex BA 9D D6 D 1B 0 10 10F 29 49
Octal 272 235 326 15 33 0 20 417 51 111
Binary 10111010 10011101 11010110 1101 11011 0 10000 100001111 101001 1001001

Color Harmonies of #BA9DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9DD6

Black with #BA9DD6

Text Example


Text Example

White with #BA9DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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