Html Css Color HEX #BA99CB Wisteria

📋 copy color: '#BA99CB'

red 186 ◦ green 153 ◦ blue 203

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

Shades of Wisteria #BA99CB

Tints of Wisteria #BA99CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.45%

R = 34.32%
G = 28.23%
B = 37.45%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA99CB (or 0xBA99CB) is known color: Wisteria. HEX triplet: BA, 99 and CB. RGB value is (186,153,203). Sum of RGB (Red+Green+Blue) = 186+153+203=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA99CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99CB is #456634. Grayscale: #A8A8A8. Windows color (decimal): -4548149 or 13343162. OLE color: 13343162.

HSL color Cylindrical-coordinate representation of color #BA99CB: hue angle of 279.6º degrees, saturation: 0.32, 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 #BA99CB is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 153 203 -
CMYK 0.08 0.25 0 0.20
HSL 279.6º 0.32% 0.7% -
HSV(B) 279.6º 0.25% 0.8% -
XYZ 42.42 37.53 61.51 -
YUV 168.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 186 153 203 0.08 0.25 0 0.20 279.6 0.32 0.7
Hex BA 99 CB 8 19 0 14 118 20 46
Octal 272 231 313 10 31 0 24 430 40 106
Binary 10111010 10011001 11001011 1000 11001 0 10100 100011000 100000 1000110

Color Harmonies of #BA99CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99CB

Black with #BA99CB

Text Example


Text Example

White with #BA99CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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