Html Css Color HEX #BC90CD Wisteria

📋 copy color: '#BC90CD'

red 188 ◦ green 144 ◦ blue 205

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

Shades of Wisteria #BC90CD

Tints of Wisteria #BC90CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 35.01%
G = 26.82%
B = 38.18%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC90CD (or 0xBC90CD) is known color: Wisteria. HEX triplet: BC, 90 and CD. RGB value is (188,144,205). Sum of RGB (Red+Green+Blue) = 188+144+205=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90CD is #436F32. Grayscale: #A3A3A3. Windows color (decimal): -4419379 or 13471932. OLE color: 13471932.

HSL color Cylindrical-coordinate representation of color #BC90CD: hue angle of 283.28º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC90CD is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 144 205 -
CMYK 0.08 0.30 0 0.20
HSL 283.28º 0.38% 0.68% -
HSV(B) 283.28º 0.3% 0.8% -
XYZ 41.73 35.05 62.32 -
YUV 164.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 188 144 205 0.08 0.30 0 0.20 283.28 0.38 0.68
Hex BC 90 CD 8 1E 0 14 11B 26 44
Octal 274 220 315 10 36 0 24 433 46 104
Binary 10111100 10010000 11001101 1000 11110 0 10100 100011011 100110 1000100

Color Harmonies of #BC90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90CD

Black with #BC90CD

Text Example


Text Example

White with #BC90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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