Html Css Color HEX #BD9CCC Wisteria

📋 copy color: '#BD9CCC'

red 189 ◦ green 156 ◦ blue 204

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

Shades of Wisteria #BD9CCC

Tints of Wisteria #BD9CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.42%

 BLUE value IS 204 (80.08% from 255) = 37.16%

R = 34.43%
G = 28.42%
B = 37.16%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD9CCC (or 0xBD9CCC) is known color: Wisteria. HEX triplet: BD, 9C and CC. RGB value is (189,156,204). Sum of RGB (Red+Green+Blue) = 189+156+204=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD9CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CCC is #426333. Grayscale: #ABABAB. Windows color (decimal): -4350772 or 13409469. OLE color: 13409469.

HSL color Cylindrical-coordinate representation of color #BD9CCC: hue angle of 281.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD9CCC is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 156 204 -
CMYK 0.07 0.24 0 0.2
HSL 281.25º 0.32% 0.71% -
HSV(B) 281.25º 0.24% 0.8% -
XYZ 43.77 38.96 62.34 -
YUV 171.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 189 156 204 0.07 0.24 0 0.2 281.25 0.32 0.71
Hex BD 9C CC 7 18 0 14 119 20 47
Octal 275 234 314 7 30 0 24 431 40 107
Binary 10111101 10011100 11001100 111 11000 0 10100 100011001 100000 1000111

Color Harmonies of #BD9CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9CCC

Black with #BD9CCC

Text Example


Text Example

White with #BD9CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9CCC; }

 p { color: rgb(189,156,204); }

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

background-color css

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

 a { background-color: rgb(189,156,204); }

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

border-color css

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

 span { border-color: rgb(189,156,204); }

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