Html Css Color HEX #BD99D1 Wisteria

📋 copy color: '#BD99D1'

red 189 ◦ green 153 ◦ blue 209

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

Shades of Wisteria #BD99D1

Tints of Wisteria #BD99D1

RGB

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

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

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

R = 34.3%
G = 27.77%
B = 37.93%

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

#BD99D1 (or 0xBD99D1) is known color: Wisteria. HEX triplet: BD, 99 and D1. RGB value is (189,153,209). Sum of RGB (Red+Green+Blue) = 189+153+209=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD99D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99D1 is #42662E. Grayscale: #A9A9A9. Windows color (decimal): -4351535 or 13736381. OLE color: 13736381.

HSL color Cylindrical-coordinate representation of color #BD99D1: hue angle of 278.57º 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 #BD99D1 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 153 209 -
CMYK 0.10 0.27 0 0.18
HSL 278.57º 0.38% 0.71% -
HSV(B) 278.57º 0.27% 0.82% -
XYZ 43.89 38.2 65.38 -
YUV 170.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 189 153 209 0.10 0.27 0 0.18 278.57 0.38 0.71
Hex BD 99 D1 A 1B 0 12 117 26 47
Octal 275 231 321 12 33 0 22 427 46 107
Binary 10111101 10011001 11010001 1010 11011 0 10010 100010111 100110 1000111

Color Harmonies of #BD99D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99D1

Black with #BD99D1

Text Example


Text Example

White with #BD99D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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