Html Css Color HEX #B689BE East Side

📋 copy color: '#B689BE'

red 182 ◦ green 137 ◦ blue 190

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

Shades of East Side #B689BE

Tints of East Side #B689BE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.92%

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 35.76%
G = 26.92%
B = 37.33%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B689BE (or 0xB689BE) is known color: East Side. HEX triplet: B6, 89 and BE. RGB value is (182,137,190). Sum of RGB (Red+Green+Blue) = 182+137+190=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #B689BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B689BE is #497641. Grayscale: #9C9C9C. Windows color (decimal): -4814402 or 12487094. OLE color: 12487094.

HSL color Cylindrical-coordinate representation of color #B689BE: hue angle of 290.94º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B689BE is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 137 190 -
CMYK 0.04 0.28 0 0.25
HSL 290.94º 0.29% 0.64% -
HSV(B) 290.94º 0.28% 0.75% -
XYZ 37.53 31.55 52.83 -
YUV 156.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 182 137 190 0.04 0.28 0 0.25 290.94 0.29 0.64
Hex B6 89 BE 4 1C 0 19 123 1D 40
Octal 266 211 276 4 34 0 31 443 35 100
Binary 10110110 10001001 10111110 100 11100 0 11001 100100011 11101 1000000

Color Harmonies of #B689BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689BE

Black with #B689BE

Text Example


Text Example

White with #B689BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689BE; }

 p { color: rgb(182,137,190); }

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

background-color css

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

 a { background-color: rgb(182,137,190); }

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

border-color css

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

 span { border-color: rgb(182,137,190); }

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