Html Css Color HEX #BE98CA Wisteria

📋 copy color: '#BE98CA'

red 190 ◦ green 152 ◦ blue 202

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

Shades of Wisteria #BE98CA

Tints of Wisteria #BE98CA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.94%

 BLUE value IS 202 (79.3% from 255) = 37.13%

R = 34.93%
G = 27.94%
B = 37.13%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE98CA (or 0xBE98CA) is known color: Wisteria. HEX triplet: BE, 98 and CA. RGB value is (190,152,202). Sum of RGB (Red+Green+Blue) = 190+152+202=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98CA is #416735. Grayscale: #A8A8A8. Windows color (decimal): -4286262 or 13277374. OLE color: 13277374.

HSL color Cylindrical-coordinate representation of color #BE98CA: hue angle of 285.6º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE98CA is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 152 202 -
CMYK 0.06 0.25 0 0.21
HSL 285.6º 0.32% 0.69% -
HSV(B) 285.6º 0.25% 0.79% -
XYZ 43.12 37.67 60.87 -
YUV 169.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 190 152 202 0.06 0.25 0 0.21 285.6 0.32 0.69
Hex BE 98 CA 6 19 0 15 11E 20 45
Octal 276 230 312 6 31 0 25 436 40 105
Binary 10111110 10011000 11001010 110 11001 0 10101 100011110 100000 1000101

Color Harmonies of #BE98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE98CA

Black with #BE98CA

Text Example


Text Example

White with #BE98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE98CA; }

 p { color: rgb(190,152,202); }

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

background-color css

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

 a { background-color: rgb(190,152,202); }

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

border-color css

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

 span { border-color: rgb(190,152,202); }

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