Html Css Color HEX #B690BF East Side

📋 copy color: '#B690BF'

red 182 ◦ green 144 ◦ blue 191

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

Shades of East Side #B690BF

Tints of East Side #B690BF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.85%

 BLUE value IS 191 (75% from 255) = 36.94%

R = 35.2%
G = 27.85%
B = 36.94%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B690BF (or 0xB690BF) is known color: East Side. HEX triplet: B6, 90 and BF. RGB value is (182,144,191). Sum of RGB (Red+Green+Blue) = 182+144+191=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #B690BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690BF is #496F40. Grayscale: #A0A0A0. Windows color (decimal): -4812609 or 12554422. OLE color: 12554422.

HSL color Cylindrical-coordinate representation of color #B690BF: hue angle of 288.51º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B690BF is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 144 191 -
CMYK 0.05 0.25 0 0.25
HSL 288.51º 0.27% 0.66% -
HSV(B) 288.51º 0.25% 0.75% -
XYZ 38.67 33.65 53.75 -
YUV 160.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 182 144 191 0.05 0.25 0 0.25 288.51 0.27 0.66
Hex B6 90 BF 5 19 0 19 121 1B 42
Octal 266 220 277 5 31 0 31 441 33 102
Binary 10110110 10010000 10111111 101 11001 0 11001 100100001 11011 1000010

Color Harmonies of #B690BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B690BF

Black with #B690BF

Text Example


Text Example

White with #B690BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B690BF; }

 p { color: rgb(182,144,191); }

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

background-color css

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

 a { background-color: rgb(182,144,191); }

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

border-color css

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

 span { border-color: rgb(182,144,191); }

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