Html Css Color HEX #BA98CB Wisteria

📋 copy color: '#BA98CB'

red 186 ◦ green 152 ◦ blue 203

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

Shades of Wisteria #BA98CB

Tints of Wisteria #BA98CB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.1%

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

R = 34.38%
G = 28.1%
B = 37.52%

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

#BA98CB (or 0xBA98CB) is known color: Wisteria. HEX triplet: BA, 98 and CB. RGB value is (186,152,203). Sum of RGB (Red+Green+Blue) = 186+152+203=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA98CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98CB is #456734. Grayscale: #A7A7A7. Windows color (decimal): -4548405 or 13342906. OLE color: 13342906.

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

Color convert

RGB 186 152 203 -
CMYK 0.08 0.25 0 0.20
HSL 280º 0.33% 0.7% -
HSV(B) 280º 0.25% 0.8% -
XYZ 42.26 37.21 61.45 -
YUV 167.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 186 152 203 0.08 0.25 0 0.20 280 0.33 0.7
Hex BA 98 CB 8 19 0 14 118 21 46
Octal 272 230 313 10 31 0 24 430 41 106
Binary 10111010 10011000 11001011 1000 11001 0 10100 100011000 100001 1000110

Color Harmonies of #BA98CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA98CB

Black with #BA98CB

Text Example


Text Example

White with #BA98CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA98CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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