Html Css Color HEX #B686CC East Side

📋 copy color: '#B686CC'

red 182 ◦ green 134 ◦ blue 204

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

Shades of East Side #B686CC

Tints of East Side #B686CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 35%
G = 25.77%
B = 39.23%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B686CC (or 0xB686CC) is known color: East Side. HEX triplet: B6, 86 and CC. RGB value is (182,134,204). Sum of RGB (Red+Green+Blue) = 182+134+204=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #B686CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686CC is #497933. Grayscale: #9C9C9C. Windows color (decimal): -4815156 or 13403830. OLE color: 13403830.

HSL color Cylindrical-coordinate representation of color #B686CC: hue angle of 281.14º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B686CC is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 134 204 -
CMYK 0.11 0.34 0 0.2
HSL 281.14º 0.41% 0.66% -
HSV(B) 281.14º 0.34% 0.8% -
XYZ 38.72 31.35 61.14 -
YUV 156.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 182 134 204 0.11 0.34 0 0.2 281.14 0.41 0.66
Hex B6 86 CC B 22 0 14 119 29 42
Octal 266 206 314 13 42 0 24 431 51 102
Binary 10110110 10000110 11001100 1011 100010 0 10100 100011001 101001 1000010

Color Harmonies of #B686CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686CC

Black with #B686CC

Text Example


Text Example

White with #B686CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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