Html Css Color HEX #B682BB East Side

📋 copy color: '#B682BB'

red 182 ◦ green 130 ◦ blue 187

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

Shades of East Side #B682BB

Tints of East Side #B682BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.05%

 BLUE value IS 187 (73.44% from 255) = 37.47%

R = 36.47%
G = 26.05%
B = 37.47%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B682BB (or 0xB682BB) is known color: East Side. HEX triplet: B6, 82 and BB. RGB value is (182,130,187). Sum of RGB (Red+Green+Blue) = 182+130+187=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #B682BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682BB is #497D44. Grayscale: #979797. Windows color (decimal): -4816197 or 12288694. OLE color: 12288694.

HSL color Cylindrical-coordinate representation of color #B682BB: hue angle of 294.74º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B682BB is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 130 187 -
CMYK 0.03 0.30 0 0.27
HSL 294.74º 0.3% 0.62% -
HSV(B) 294.74º 0.3% 0.73% -
XYZ 36.24 29.5 50.8 -
YUV 152.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 182 130 187 0.03 0.30 0 0.27 294.74 0.3 0.62
Hex B6 82 BB 3 1E 0 1B 127 1E 3E
Octal 266 202 273 3 36 0 33 447 36 76
Binary 10110110 10000010 10111011 11 11110 0 11011 100100111 11110 111110

Color Harmonies of #B682BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B682BB

Black with #B682BB

Text Example


Text Example

White with #B682BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B682BB; }

 p { color: rgb(182,130,187); }

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

background-color css

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

 a { background-color: rgb(182,130,187); }

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

border-color css

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

 span { border-color: rgb(182,130,187); }

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