Html Css Color HEX #BE9CCB Wisteria

📋 copy color: '#BE9CCB'

red 190 ◦ green 156 ◦ blue 203

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

Shades of Wisteria #BE9CCB

Tints of Wisteria #BE9CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.42%

 BLUE value IS 203 (79.69% from 255) = 36.98%

R = 34.61%
G = 28.42%
B = 36.98%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE9CCB (or 0xBE9CCB) is known color: Wisteria. HEX triplet: BE, 9C and CB. RGB value is (190,156,203). Sum of RGB (Red+Green+Blue) = 190+156+203=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE9CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9CCB is #416334. Grayscale: #ABABAB. Windows color (decimal): -4285237 or 13343934. OLE color: 13343934.

HSL color Cylindrical-coordinate representation of color #BE9CCB: hue angle of 283.4º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE9CCB is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 156 203 -
CMYK 0.06 0.23 0 0.20
HSL 283.4º 0.31% 0.7% -
HSV(B) 283.4º 0.23% 0.8% -
XYZ 43.9 39.04 61.72 -
YUV 171.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 190 156 203 0.06 0.23 0 0.20 283.4 0.31 0.7
Hex BE 9C CB 6 17 0 14 11B 1F 46
Octal 276 234 313 6 27 0 24 433 37 106
Binary 10111110 10011100 11001011 110 10111 0 10100 100011011 11111 1000110

Color Harmonies of #BE9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9CCB

Black with #BE9CCB

Text Example


Text Example

White with #BE9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9CCB; }

 p { color: rgb(190,156,203); }

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

background-color css

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

 a { background-color: rgb(190,156,203); }

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

border-color css

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

 span { border-color: rgb(190,156,203); }

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