Html Css Color HEX #BA9CC9 Wisteria

📋 copy color: '#BA9CC9'

red 186 ◦ green 156 ◦ blue 201

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

Shades of Wisteria #BA9CC9

Tints of Wisteria #BA9CC9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.73%

 BLUE value IS 201 (78.91% from 255) = 37.02%

R = 34.25%
G = 28.73%
B = 37.02%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA9CC9 (or 0xBA9CC9) is known color: Wisteria. HEX triplet: BA, 9C and C9. RGB value is (186,156,201). Sum of RGB (Red+Green+Blue) = 186+156+201=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA9CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CC9 is #456336. Grayscale: #A9A9A9. Windows color (decimal): -4547383 or 13212858. OLE color: 13212858.

HSL color Cylindrical-coordinate representation of color #BA9CC9: hue angle of 280º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA9CC9 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 156 201 -
CMYK 0.07 0.22 0 0.21
HSL 280º 0.29% 0.7% -
HSV(B) 280º 0.22% 0.79% -
XYZ 42.68 38.43 60.43 -
YUV 170.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 186 156 201 0.07 0.22 0 0.21 280 0.29 0.7
Hex BA 9C C9 7 16 0 15 118 1D 46
Octal 272 234 311 7 26 0 25 430 35 106
Binary 10111010 10011100 11001001 111 10110 0 10101 100011000 11101 1000110

Color Harmonies of #BA9CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9CC9

Black with #BA9CC9

Text Example


Text Example

White with #BA9CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9CC9; }

 p { color: rgb(186,156,201); }

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

background-color css

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

 a { background-color: rgb(186,156,201); }

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

border-color css

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

 span { border-color: rgb(186,156,201); }

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