Html Css Color HEX #BD99D7 Wisteria

📋 copy color: '#BD99D7'

red 189 ◦ green 153 ◦ blue 215

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

Shades of Wisteria #BD99D7

Tints of Wisteria #BD99D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.6%

R = 33.93%
G = 27.47%
B = 38.6%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD99D7 (or 0xBD99D7) is known color: Wisteria. HEX triplet: BD, 99 and D7. RGB value is (189,153,215). Sum of RGB (Red+Green+Blue) = 189+153+215=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD99D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99D7 is #426628. Grayscale: #AAAAAA. Windows color (decimal): -4351529 or 14129597. OLE color: 14129597.

HSL color Cylindrical-coordinate representation of color #BD99D7: hue angle of 274.84º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD99D7 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 153 215 -
CMYK 0.12 0.29 0 0.16
HSL 274.84º 0.44% 0.72% -
HSV(B) 274.84º 0.29% 0.84% -
XYZ 44.64 38.51 69.37 -
YUV 170.83 152.93 140.96 -
System Red Green Blue C M Y K H S L
Decimal 189 153 215 0.12 0.29 0 0.16 274.84 0.44 0.72
Hex BD 99 D7 C 1D 0 10 113 2C 48
Octal 275 231 327 14 35 0 20 423 54 110
Binary 10111101 10011001 11010111 1100 11101 0 10000 100010011 101100 1001000

Color Harmonies of #BD99D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99D7

Black with #BD99D7

Text Example


Text Example

White with #BD99D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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