Html Css Color HEX #BE92CC Wisteria

📋 copy color: '#BE92CC'

red 190 ◦ green 146 ◦ blue 204

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

Shades of Wisteria #BE92CC

Tints of Wisteria #BE92CC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.04%

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 35.19%
G = 27.04%
B = 37.78%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE92CC (or 0xBE92CC) is known color: Wisteria. HEX triplet: BE, 92 and CC. RGB value is (190,146,204). Sum of RGB (Red+Green+Blue) = 190+146+204=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE92CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92CC is #416D33. Grayscale: #A5A5A5. Windows color (decimal): -4287796 or 13406910. OLE color: 13406910.

HSL color Cylindrical-coordinate representation of color #BE92CC: hue angle of 285.52º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE92CC is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 146 204 -
CMYK 0.07 0.28 0 0.2
HSL 285.52º 0.36% 0.69% -
HSV(B) 285.52º 0.28% 0.8% -
XYZ 42.41 35.86 61.81 -
YUV 165.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 190 146 204 0.07 0.28 0 0.2 285.52 0.36 0.69
Hex BE 92 CC 7 1C 0 14 11E 24 45
Octal 276 222 314 7 34 0 24 436 44 105
Binary 10111110 10010010 11001100 111 11100 0 10100 100011110 100100 1000101

Color Harmonies of #BE92CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE92CC

Black with #BE92CC

Text Example


Text Example

White with #BE92CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE92CC; }

 p { color: rgb(190,146,204); }

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

background-color css

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

 a { background-color: rgb(190,146,204); }

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

border-color css

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

 span { border-color: rgb(190,146,204); }

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