Html Css Color HEX #BEA5CB Wisteria

📋 copy color: '#BEA5CB'

red 190 ◦ green 165 ◦ blue 203

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

Shades of Wisteria #BEA5CB

Tints of Wisteria #BEA5CB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.57%

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

R = 34.05%
G = 29.57%
B = 36.38%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BEA5CB (or 0xBEA5CB) is known color: Wisteria. HEX triplet: BE, A5 and CB. RGB value is (190,165,203). Sum of RGB (Red+Green+Blue) = 190+165+203=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEA5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5CB is #415A34. Grayscale: #B0B0B0. Windows color (decimal): -4282933 or 13346238. OLE color: 13346238.

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

Color convert

RGB 190 165 203 -
CMYK 0.06 0.19 0 0.20
HSL 279.47º 0.27% 0.72% -
HSV(B) 279.47º 0.19% 0.8% -
XYZ 45.47 42.17 62.24 -
YUV 176.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 190 165 203 0.06 0.19 0 0.20 279.47 0.27 0.72
Hex BE A5 CB 6 13 0 14 117 1B 48
Octal 276 245 313 6 23 0 24 427 33 110
Binary 10111110 10100101 11001011 110 10011 0 10100 100010111 11011 1001000

Color Harmonies of #BEA5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5CB

Black with #BEA5CB

Text Example


Text Example

White with #BEA5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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