Html Css Color HEX #BE90D0 Wisteria

📋 copy color: '#BE90D0'

red 190 ◦ green 144 ◦ blue 208

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

Shades of Wisteria #BE90D0

Tints of Wisteria #BE90D0

RGB

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

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

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

R = 35.06%
G = 26.57%
B = 38.38%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE90D0 (or 0xBE90D0) is known color: Wisteria. HEX triplet: BE, 90 and D0. RGB value is (190,144,208). Sum of RGB (Red+Green+Blue) = 190+144+208=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE90D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90D0 is #416F2F. Grayscale: #A4A4A4. Windows color (decimal): -4288304 or 13668542. OLE color: 13668542.

HSL color Cylindrical-coordinate representation of color #BE90D0: hue angle of 283.12º 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 #BE90D0 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 144 208 -
CMYK 0.09 0.31 0 0.18
HSL 283.13º 0.41% 0.69% -
HSV(B) 283.13º 0.31% 0.82% -
XYZ 42.59 35.45 64.27 -
YUV 165.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 190 144 208 0.09 0.31 0 0.18 283.13 0.41 0.69
Hex BE 90 D0 9 1F 0 12 11B 29 45
Octal 276 220 320 11 37 0 22 433 51 105
Binary 10111110 10010000 11010000 1001 11111 0 10010 100011011 101001 1000101

Color Harmonies of #BE90D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE90D0

Black with #BE90D0

Text Example


Text Example

White with #BE90D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE90D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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