Html Css Color HEX #BC90D5 Wisteria

📋 copy color: '#BC90D5'

red 188 ◦ green 144 ◦ blue 213

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

Shades of Wisteria #BC90D5

Tints of Wisteria #BC90D5

RGB

 RED value IS 188 (73.83% from 255) = 34.5%

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

 BLUE value IS 213 (83.59% from 255) = 39.08%

R = 34.5%
G = 26.42%
B = 39.08%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC90D5 (or 0xBC90D5) is known color: Wisteria. HEX triplet: BC, 90 and D5. RGB value is (188,144,213). Sum of RGB (Red+Green+Blue) = 188+144+213=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC90D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90D5 is #436F2A. Grayscale: #A4A4A4. Windows color (decimal): -4419371 or 13996220. OLE color: 13996220.

HSL color Cylindrical-coordinate representation of color #BC90D5: hue angle of 278.26º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC90D5 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 144 213 -
CMYK 0.12 0.32 0 0.16
HSL 278.26º 0.45% 0.7% -
HSV(B) 278.26º 0.32% 0.84% -
XYZ 42.72 35.44 67.54 -
YUV 165.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 188 144 213 0.12 0.32 0 0.16 278.26 0.45 0.7
Hex BC 90 D5 C 20 0 10 116 2D 46
Octal 274 220 325 14 40 0 20 426 55 106
Binary 10111100 10010000 11010101 1100 100000 0 10000 100010110 101101 1000110

Color Harmonies of #BC90D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90D5

Black with #BC90D5

Text Example


Text Example

White with #BC90D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90D5; }

 p { color: rgb(188,144,213); }

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

background-color css

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

 a { background-color: rgb(188,144,213); }

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

border-color css

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

 span { border-color: rgb(188,144,213); }

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