Html Css Color HEX #BE9ACF Wisteria

📋 copy color: '#BE9ACF'

red 190 ◦ green 154 ◦ blue 207

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

Shades of Wisteria #BE9ACF

Tints of Wisteria #BE9ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.95%

 BLUE value IS 207 (81.25% from 255) = 37.57%

R = 34.48%
G = 27.95%
B = 37.57%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE9ACF (or 0xBE9ACF) is known color: Wisteria. HEX triplet: BE, 9A and CF. RGB value is (190,154,207). Sum of RGB (Red+Green+Blue) = 190+154+207=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE9ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ACF is #416530. Grayscale: #AAAAAA. Windows color (decimal): -4285745 or 13605566. OLE color: 13605566.

HSL color Cylindrical-coordinate representation of color #BE9ACF: hue angle of 280.75º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE9ACF is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 154 207 -
CMYK 0.08 0.26 0 0.19
HSL 280.75º 0.36% 0.71% -
HSV(B) 280.75º 0.26% 0.81% -
XYZ 44.05 38.56 64.15 -
YUV 170.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 190 154 207 0.08 0.26 0 0.19 280.75 0.36 0.71
Hex BE 9A CF 8 1A 0 13 119 24 47
Octal 276 232 317 10 32 0 23 431 44 107
Binary 10111110 10011010 11001111 1000 11010 0 10011 100011001 100100 1000111

Color Harmonies of #BE9ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9ACF

Black with #BE9ACF

Text Example


Text Example

White with #BE9ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9ACF; }

 p { color: rgb(190,154,207); }

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

background-color css

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

 a { background-color: rgb(190,154,207); }

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

border-color css

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

 span { border-color: rgb(190,154,207); }

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