Html Css Color HEX #BD9BCF Wisteria

📋 copy color: '#BD9BCF'

red 189 ◦ green 155 ◦ blue 207

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

Shades of Wisteria #BD9BCF

Tints of Wisteria #BD9BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.13%

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

R = 34.3%
G = 28.13%
B = 37.57%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD9BCF (or 0xBD9BCF) is known color: Wisteria. HEX triplet: BD, 9B and CF. RGB value is (189,155,207). Sum of RGB (Red+Green+Blue) = 189+155+207=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD9BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BCF is #426430. Grayscale: #AAAAAA. Windows color (decimal): -4351025 or 13605821. OLE color: 13605821.

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

Color convert

RGB 189 155 207 -
CMYK 0.09 0.25 0 0.19
HSL 279.23º 0.35% 0.71% -
HSV(B) 279.23º 0.25% 0.81% -
XYZ 43.97 38.77 64.2 -
YUV 171.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 189 155 207 0.09 0.25 0 0.19 279.23 0.35 0.71
Hex BD 9B CF 9 19 0 13 117 23 47
Octal 275 233 317 11 31 0 23 427 43 107
Binary 10111101 10011011 11001111 1001 11001 0 10011 100010111 100011 1000111

Color Harmonies of #BD9BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9BCF

Black with #BD9BCF

Text Example


Text Example

White with #BD9BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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