Html Css Color HEX #BD99CF Wisteria

📋 copy color: '#BD99CF'

red 189 ◦ green 153 ◦ blue 207

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

Shades of Wisteria #BD99CF

Tints of Wisteria #BD99CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 34.43%
G = 27.87%
B = 37.7%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD99CF (or 0xBD99CF) is known color: Wisteria. HEX triplet: BD, 99 and CF. RGB value is (189,153,207). Sum of RGB (Red+Green+Blue) = 189+153+207=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99CF is #426630. Grayscale: #A9A9A9. Windows color (decimal): -4351537 or 13605309. OLE color: 13605309.

HSL color Cylindrical-coordinate representation of color #BD99CF: hue angle of 280º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD99CF is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 153 207 -
CMYK 0.09 0.26 0 0.19
HSL 280º 0.36% 0.71% -
HSV(B) 280º 0.26% 0.81% -
XYZ 43.64 38.11 64.09 -
YUV 169.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 189 153 207 0.09 0.26 0 0.19 280 0.36 0.71
Hex BD 99 CF 9 1A 0 13 118 24 47
Octal 275 231 317 11 32 0 23 430 44 107
Binary 10111101 10011001 11001111 1001 11010 0 10011 100011000 100100 1000111

Color Harmonies of #BD99CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99CF

Black with #BD99CF

Text Example


Text Example

White with #BD99CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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