Html Css Color HEX #B082BE East Side

📋 copy color: '#B082BE'

red 176 ◦ green 130 ◦ blue 190

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

Shades of East Side #B082BE

Tints of East Side #B082BE

RGB

 RED value IS 176 (69.14% from 255) = 35.48%

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

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

R = 35.48%
G = 26.21%
B = 38.31%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B082BE (or 0xB082BE) is known color: East Side. HEX triplet: B0, 82 and BE. RGB value is (176,130,190). Sum of RGB (Red+Green+Blue) = 176+130+190=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #B082BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082BE is #4F7D41. Grayscale: #969696. Windows color (decimal): -5209410 or 12485296. OLE color: 12485296.

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

Color convert

RGB 176 130 190 -
CMYK 0.07 0.32 0 0.25
HSL 286º 0.32% 0.63% -
HSV(B) 286º 0.32% 0.75% -
XYZ 35.18 28.91 52.44 -
YUV 150.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 176 130 190 0.07 0.32 0 0.25 286 0.32 0.63
Hex B0 82 BE 7 20 0 19 11E 20 3F
Octal 260 202 276 7 40 0 31 436 40 77
Binary 10110000 10000010 10111110 111 100000 0 11001 100011110 100000 111111

Color Harmonies of #B082BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B082BE

Black with #B082BE

Text Example


Text Example

White with #B082BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B082BE; }

 p { color: rgb(176,130,190); }

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

background-color css

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

 a { background-color: rgb(176,130,190); }

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

border-color css

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

 span { border-color: rgb(176,130,190); }

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