Html Css Color HEX #BA99CC Wisteria

📋 copy color: '#BA99CC'

red 186 ◦ green 153 ◦ blue 204

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

Shades of Wisteria #BA99CC

Tints of Wisteria #BA99CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.18%

 BLUE value IS 204 (80.08% from 255) = 37.57%

R = 34.25%
G = 28.18%
B = 37.57%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA99CC (or 0xBA99CC) is known color: Wisteria. HEX triplet: BA, 99 and CC. RGB value is (186,153,204). Sum of RGB (Red+Green+Blue) = 186+153+204=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99CC is #456633. Grayscale: #A8A8A8. Windows color (decimal): -4548148 or 13408698. OLE color: 13408698.

HSL color Cylindrical-coordinate representation of color #BA99CC: hue angle of 278.82º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA99CC is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 153 204 -
CMYK 0.09 0.25 0 0.2
HSL 278.82º 0.33% 0.7% -
HSV(B) 278.82º 0.25% 0.8% -
XYZ 42.54 37.58 62.14 -
YUV 168.68 147.93 140.35 -
System Red Green Blue C M Y K H S L
Decimal 186 153 204 0.09 0.25 0 0.2 278.82 0.33 0.7
Hex BA 99 CC 9 19 0 14 117 21 46
Octal 272 231 314 11 31 0 24 427 41 106
Binary 10111010 10011001 11001100 1001 11001 0 10100 100010111 100001 1000110

Color Harmonies of #BA99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99CC

Black with #BA99CC

Text Example


Text Example

White with #BA99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99CC; }

 p { color: rgb(186,153,204); }

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

background-color css

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

 a { background-color: rgb(186,153,204); }

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

border-color css

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

 span { border-color: rgb(186,153,204); }

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