Html Css Color HEX #BD9CCB Wisteria

📋 copy color: '#BD9CCB'

red 189 ◦ green 156 ◦ blue 203

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

Shades of Wisteria #BD9CCB

Tints of Wisteria #BD9CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.04%

R = 34.49%
G = 28.47%
B = 37.04%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD9CCB (or 0xBD9CCB) is known color: Wisteria. HEX triplet: BD, 9C and CB. RGB value is (189,156,203). Sum of RGB (Red+Green+Blue) = 189+156+203=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD9CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CCB is #426334. Grayscale: #ABABAB. Windows color (decimal): -4350773 or 13343933. OLE color: 13343933.

HSL color Cylindrical-coordinate representation of color #BD9CCB: hue angle of 282.13º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD9CCB is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 156 203 -
CMYK 0.07 0.23 0 0.20
HSL 282.13º 0.31% 0.7% -
HSV(B) 282.13º 0.23% 0.8% -
XYZ 43.65 38.91 61.71 -
YUV 171.23 145.93 140.68 -
System Red Green Blue C M Y K H S L
Decimal 189 156 203 0.07 0.23 0 0.20 282.13 0.31 0.7
Hex BD 9C CB 7 17 0 14 11A 1F 46
Octal 275 234 313 7 27 0 24 432 37 106
Binary 10111101 10011100 11001011 111 10111 0 10100 100011010 11111 1000110

Color Harmonies of #BD9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9CCB

Black with #BD9CCB

Text Example


Text Example

White with #BD9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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