Html Css Color HEX #BD98D2 Wisteria

📋 copy color: '#BD98D2'

red 189 ◦ green 152 ◦ blue 210

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

Shades of Wisteria #BD98D2

Tints of Wisteria #BD98D2

RGB

 RED value IS 189 (74.22% from 255) = 34.3%

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

 BLUE value IS 210 (82.42% from 255) = 38.11%

R = 34.3%
G = 27.59%
B = 38.11%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD98D2 (or 0xBD98D2) is known color: Wisteria. HEX triplet: BD, 98 and D2. RGB value is (189,152,210). Sum of RGB (Red+Green+Blue) = 189+152+210=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD98D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98D2 is #42672D. Grayscale: #A9A9A9. Windows color (decimal): -4351790 or 13801661. OLE color: 13801661.

HSL color Cylindrical-coordinate representation of color #BD98D2: hue angle of 278.28º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD98D2 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 152 210 -
CMYK 0.10 0.28 0 0.18
HSL 278.28º 0.39% 0.71% -
HSV(B) 278.28º 0.28% 0.82% -
XYZ 43.85 37.93 65.98 -
YUV 169.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 189 152 210 0.10 0.28 0 0.18 278.28 0.39 0.71
Hex BD 98 D2 A 1C 0 12 116 27 47
Octal 275 230 322 12 34 0 22 426 47 107
Binary 10111101 10011000 11010010 1010 11100 0 10010 100010110 100111 1000111

Color Harmonies of #BD98D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98D2

Black with #BD98D2

Text Example


Text Example

White with #BD98D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98D2; }

 p { color: rgb(189,152,210); }

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

background-color css

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

 a { background-color: rgb(189,152,210); }

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

border-color css

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

 span { border-color: rgb(189,152,210); }

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