Html Css Color HEX #B689BD East Side

📋 copy color: '#B689BD'

red 182 ◦ green 137 ◦ blue 189

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

Shades of East Side #B689BD

Tints of East Side #B689BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.2%

R = 35.83%
G = 26.97%
B = 37.2%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B689BD (or 0xB689BD) is known color: East Side. HEX triplet: B6, 89 and BD. RGB value is (182,137,189). Sum of RGB (Red+Green+Blue) = 182+137+189=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #B689BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B689BD is #497642. Grayscale: #9C9C9C. Windows color (decimal): -4814403 or 12421558. OLE color: 12421558.

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

Color convert

RGB 182 137 189 -
CMYK 0.04 0.28 0 0.26
HSL 291.92º 0.28% 0.64% -
HSV(B) 291.92º 0.28% 0.74% -
XYZ 37.42 31.51 52.25 -
YUV 156.38 146.41 146.27 -
System Red Green Blue C M Y K H S L
Decimal 182 137 189 0.04 0.28 0 0.26 291.92 0.28 0.64
Hex B6 89 BD 4 1C 0 1A 124 1C 40
Octal 266 211 275 4 34 0 32 444 34 100
Binary 10110110 10001001 10111101 100 11100 0 11010 100100100 11100 1000000

Color Harmonies of #B689BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689BD

Black with #B689BD

Text Example


Text Example

White with #B689BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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