Html Css Color HEX #BD90CE Wisteria

📋 copy color: '#BD90CE'

red 189 ◦ green 144 ◦ blue 206

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

Shades of Wisteria #BD90CE

Tints of Wisteria #BD90CE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.72%

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 35.06%
G = 26.72%
B = 38.22%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD90CE (or 0xBD90CE) is known color: Wisteria. HEX triplet: BD, 90 and CE. RGB value is (189,144,206). Sum of RGB (Red+Green+Blue) = 189+144+206=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD90CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90CE is #426F31. Grayscale: #A4A4A4. Windows color (decimal): -4353842 or 13537469. OLE color: 13537469.

HSL color Cylindrical-coordinate representation of color #BD90CE: hue angle of 283.55º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD90CE is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 144 206 -
CMYK 0.08 0.30 0 0.19
HSL 283.55º 0.39% 0.69% -
HSV(B) 283.55º 0.3% 0.81% -
XYZ 42.1 35.22 62.97 -
YUV 164.52 151.41 145.46 -
System Red Green Blue C M Y K H S L
Decimal 189 144 206 0.08 0.30 0 0.19 283.55 0.39 0.69
Hex BD 90 CE 8 1E 0 13 11C 27 45
Octal 275 220 316 10 36 0 23 434 47 105
Binary 10111101 10010000 11001110 1000 11110 0 10011 100011100 100111 1000101

Color Harmonies of #BD90CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90CE

Black with #BD90CE

Text Example


Text Example

White with #BD90CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90CE; }

 p { color: rgb(189,144,206); }

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

background-color css

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

 a { background-color: rgb(189,144,206); }

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

border-color css

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

 span { border-color: rgb(189,144,206); }

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