Html Css Color HEX #BC90D0 Wisteria

📋 copy color: '#BC90D0'

red 188 ◦ green 144 ◦ blue 208

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

Shades of Wisteria #BC90D0

Tints of Wisteria #BC90D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.52%

R = 34.81%
G = 26.67%
B = 38.52%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC90D0 (or 0xBC90D0) is known color: Wisteria. HEX triplet: BC, 90 and D0. RGB value is (188,144,208). Sum of RGB (Red+Green+Blue) = 188+144+208=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC90D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90D0 is #436F2F. Grayscale: #A4A4A4. Windows color (decimal): -4419376 or 13668540. OLE color: 13668540.

HSL color Cylindrical-coordinate representation of color #BC90D0: hue angle of 281.25º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC90D0 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 144 208 -
CMYK 0.10 0.31 0 0.18
HSL 281.25º 0.41% 0.69% -
HSV(B) 281.25º 0.31% 0.82% -
XYZ 42.1 35.19 64.25 -
YUV 164.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 188 144 208 0.10 0.31 0 0.18 281.25 0.41 0.69
Hex BC 90 D0 A 1F 0 12 119 29 45
Octal 274 220 320 12 37 0 22 431 51 105
Binary 10111100 10010000 11010000 1010 11111 0 10010 100011001 101001 1000101

Color Harmonies of #BC90D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90D0

Black with #BC90D0

Text Example


Text Example

White with #BC90D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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