Html Css Color HEX #BE90CD Wisteria

📋 copy color: '#BE90CD'

red 190 ◦ green 144 ◦ blue 205

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

Shades of Wisteria #BE90CD

Tints of Wisteria #BE90CD

RGB

 RED value IS 190 (74.61% from 255) = 35.25%

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

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

R = 35.25%
G = 26.72%
B = 38.03%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE90CD (or 0xBE90CD) is known color: Wisteria. HEX triplet: BE, 90 and CD. RGB value is (190,144,205). Sum of RGB (Red+Green+Blue) = 190+144+205=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90CD is #416F32. Grayscale: #A4A4A4. Windows color (decimal): -4288307 or 13471934. OLE color: 13471934.

HSL color Cylindrical-coordinate representation of color #BE90CD: hue angle of 285.25º 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 #BE90CD is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 144 205 -
CMYK 0.07 0.30 0 0.20
HSL 285.25º 0.38% 0.68% -
HSV(B) 285.25º 0.3% 0.8% -
XYZ 42.23 35.3 62.35 -
YUV 164.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 190 144 205 0.07 0.30 0 0.20 285.25 0.38 0.68
Hex BE 90 CD 7 1E 0 14 11D 26 44
Octal 276 220 315 7 36 0 24 435 46 104
Binary 10111110 10010000 11001101 111 11110 0 10100 100011101 100110 1000100

Color Harmonies of #BE90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE90CD

Black with #BE90CD

Text Example


Text Example

White with #BE90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE90CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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