Html Css Color HEX #B686CA East Side

📋 copy color: '#B686CA'

red 182 ◦ green 134 ◦ blue 202

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

Shades of East Side #B686CA

Tints of East Side #B686CA

RGB

 RED value IS 182 (71.48% from 255) = 35.14%

 GREEN value IS 134 (52.73% from 255) = 25.87%

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

R = 35.14%
G = 25.87%
B = 39%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B686CA (or 0xB686CA) is known color: East Side. HEX triplet: B6, 86 and CA. RGB value is (182,134,202). Sum of RGB (Red+Green+Blue) = 182+134+202=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #B686CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686CA is #497935. Grayscale: #9B9B9B. Windows color (decimal): -4815158 or 13272758. OLE color: 13272758.

HSL color Cylindrical-coordinate representation of color #B686CA: hue angle of 282.35º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B686CA is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 134 202 -
CMYK 0.10 0.34 0 0.21
HSL 282.35º 0.39% 0.66% -
HSV(B) 282.35º 0.34% 0.79% -
XYZ 38.48 31.26 59.88 -
YUV 156.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 182 134 202 0.10 0.34 0 0.21 282.35 0.39 0.66
Hex B6 86 CA A 22 0 15 11A 27 42
Octal 266 206 312 12 42 0 25 432 47 102
Binary 10110110 10000110 11001010 1010 100010 0 10101 100011010 100111 1000010

Color Harmonies of #B686CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686CA

Black with #B686CA

Text Example


Text Example

White with #B686CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686CA; }

 p { color: rgb(182,134,202); }

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

background-color css

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

 a { background-color: rgb(182,134,202); }

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

border-color css

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

 span { border-color: rgb(182,134,202); }

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