Html Css Color HEX #B696C1 East Side

📋 copy color: '#B696C1'

red 182 ◦ green 150 ◦ blue 193

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

Shades of East Side #B696C1

Tints of East Side #B696C1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.57%

 BLUE value IS 193 (75.78% from 255) = 36.76%

R = 34.67%
G = 28.57%
B = 36.76%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B696C1 (or 0xB696C1) is known color: East Side. HEX triplet: B6, 96 and C1. RGB value is (182,150,193). Sum of RGB (Red+Green+Blue) = 182+150+193=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 193 - color contains mainly: blue. Hex color #B696C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696C1 is #49693E. Grayscale: #A4A4A4. Windows color (decimal): -4811071 or 12687030. OLE color: 12687030.

HSL color Cylindrical-coordinate representation of color #B696C1: hue angle of 284.65º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B696C1 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 150 193 -
CMYK 0.06 0.22 0 0.24
HSL 284.65º 0.26% 0.67% -
HSV(B) 284.65º 0.22% 0.76% -
XYZ 39.82 35.61 55.23 -
YUV 164.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 182 150 193 0.06 0.22 0 0.24 284.65 0.26 0.67
Hex B6 96 C1 6 16 0 18 11D 1A 43
Octal 266 226 301 6 26 0 30 435 32 103
Binary 10110110 10010110 11000001 110 10110 0 11000 100011101 11010 1000011

Color Harmonies of #B696C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B696C1

Black with #B696C1

Text Example


Text Example

White with #B696C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B696C1; }

 p { color: rgb(182,150,193); }

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

background-color css

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

 a { background-color: rgb(182,150,193); }

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

border-color css

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

 span { border-color: rgb(182,150,193); }

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