Html Css Color HEX #BC90DE Wisteria

📋 copy color: '#BC90DE'

red 188 ◦ green 144 ◦ blue 222

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

Shades of Wisteria #BC90DE

Tints of Wisteria #BC90DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.07%

R = 33.94%
G = 25.99%
B = 40.07%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC90DE (or 0xBC90DE) is known color: Wisteria. HEX triplet: BC, 90 and DE. RGB value is (188,144,222). Sum of RGB (Red+Green+Blue) = 188+144+222=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC90DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90DE is #436F21. Grayscale: #A5A5A5. Windows color (decimal): -4419362 or 14586044. OLE color: 14586044.

HSL color Cylindrical-coordinate representation of color #BC90DE: hue angle of 273.85º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC90DE is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 144 222 -
CMYK 0.15 0.35 0 0.13
HSL 273.85º 0.54% 0.72% -
HSV(B) 273.85º 0.35% 0.87% -
XYZ 43.9 35.91 73.73 -
YUV 166.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 188 144 222 0.15 0.35 0 0.13 273.85 0.54 0.72
Hex BC 90 DE F 23 0 D 112 36 48
Octal 274 220 336 17 43 0 15 422 66 110
Binary 10111100 10010000 11011110 1111 100011 0 1101 100010010 110110 1001000

Color Harmonies of #BC90DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90DE

Black with #BC90DE

Text Example


Text Example

White with #BC90DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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