Html Css Color HEX #BE99D6 Wisteria

📋 copy color: '#BE99D6'

red 190 ◦ green 153 ◦ blue 214

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

Shades of Wisteria #BE99D6

Tints of Wisteria #BE99D6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.47%

 BLUE value IS 214 (83.98% from 255) = 38.42%

R = 34.11%
G = 27.47%
B = 38.42%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE99D6 (or 0xBE99D6) is known color: Wisteria. HEX triplet: BE, 99 and D6. RGB value is (190,153,214). Sum of RGB (Red+Green+Blue) = 190+153+214=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE99D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE99D6 is #416629. Grayscale: #AAAAAA. Windows color (decimal): -4285994 or 14064062. OLE color: 14064062.

HSL color Cylindrical-coordinate representation of color #BE99D6: hue angle of 276.39º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE99D6 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 153 214 -
CMYK 0.11 0.29 0 0.16
HSL 276.39º 0.43% 0.72% -
HSV(B) 276.39º 0.29% 0.84% -
XYZ 44.76 38.58 68.71 -
YUV 171.02 152.26 141.54 -
System Red Green Blue C M Y K H S L
Decimal 190 153 214 0.11 0.29 0 0.16 276.39 0.43 0.72
Hex BE 99 D6 B 1D 0 10 114 2B 48
Octal 276 231 326 13 35 0 20 424 53 110
Binary 10111110 10011001 11010110 1011 11101 0 10000 100010100 101011 1001000

Color Harmonies of #BE99D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE99D6

Black with #BE99D6

Text Example


Text Example

White with #BE99D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE99D6; }

 p { color: rgb(190,153,214); }

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

background-color css

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

 a { background-color: rgb(190,153,214); }

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

border-color css

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

 span { border-color: rgb(190,153,214); }

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