Html Css Color HEX #BD99D2 Wisteria

📋 copy color: '#BD99D2'

red 189 ◦ green 153 ◦ blue 210

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

Shades of Wisteria #BD99D2

Tints of Wisteria #BD99D2

RGB

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

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

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

R = 34.24%
G = 27.72%
B = 38.04%

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

#BD99D2 (or 0xBD99D2) is known color: Wisteria. HEX triplet: BD, 99 and D2. RGB value is (189,153,210). Sum of RGB (Red+Green+Blue) = 189+153+210=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD99D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99D2 is #42662D. Grayscale: #AAAAAA. Windows color (decimal): -4351534 or 13801917. OLE color: 13801917.

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

Color convert

RGB 189 153 210 -
CMYK 0.10 0.27 0 0.18
HSL 277.89º 0.39% 0.71% -
HSV(B) 277.89º 0.27% 0.82% -
XYZ 44.01 38.25 66.04 -
YUV 170.26 150.43 141.37 -
System Red Green Blue C M Y K H S L
Decimal 189 153 210 0.10 0.27 0 0.18 277.89 0.39 0.71
Hex BD 99 D2 A 1B 0 12 116 27 47
Octal 275 231 322 12 33 0 22 426 47 107
Binary 10111101 10011001 11010010 1010 11011 0 10010 100010110 100111 1000111

Color Harmonies of #BD99D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99D2

Black with #BD99D2

Text Example


Text Example

White with #BD99D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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