Html Css Color HEX #BD98D1 Wisteria

📋 copy color: '#BD98D1'

red 189 ◦ green 152 ◦ blue 209

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

Shades of Wisteria #BD98D1

Tints of Wisteria #BD98D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38%

R = 34.36%
G = 27.64%
B = 38%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD98D1 (or 0xBD98D1) is known color: Wisteria. HEX triplet: BD, 98 and D1. RGB value is (189,152,209). Sum of RGB (Red+Green+Blue) = 189+152+209=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD98D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98D1 is #42672E. Grayscale: #A9A9A9. Windows color (decimal): -4351791 or 13736125. OLE color: 13736125.

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

Color convert

RGB 189 152 209 -
CMYK 0.10 0.27 0 0.18
HSL 278.95º 0.38% 0.71% -
HSV(B) 278.95º 0.27% 0.82% -
XYZ 43.72 37.88 65.33 -
YUV 169.56 150.26 141.87 -
System Red Green Blue C M Y K H S L
Decimal 189 152 209 0.10 0.27 0 0.18 278.95 0.38 0.71
Hex BD 98 D1 A 1B 0 12 117 26 47
Octal 275 230 321 12 33 0 22 427 46 107
Binary 10111101 10011000 11010001 1010 11011 0 10010 100010111 100110 1000111

Color Harmonies of #BD98D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98D1

Black with #BD98D1

Text Example


Text Example

White with #BD98D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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