Html Css Color HEX #B085BE East Side

📋 copy color: '#B085BE'

red 176 ◦ green 133 ◦ blue 190

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

Shades of East Side #B085BE

Tints of East Side #B085BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.65%

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

R = 35.27%
G = 26.65%
B = 38.08%

CMYK

 C value IS 0.07

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B085BE (or 0xB085BE) is known color: East Side. HEX triplet: B0, 85 and BE. RGB value is (176,133,190). Sum of RGB (Red+Green+Blue) = 176+133+190=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #B085BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085BE is #4F7A41. Grayscale: #989898. Windows color (decimal): -5208642 or 12486064. OLE color: 12486064.

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

Color convert

RGB 176 133 190 -
CMYK 0.07 0.3 0 0.25
HSL 285.26º 0.3% 0.63% -
HSV(B) 285.26º 0.3% 0.75% -
XYZ 35.59 29.72 52.58 -
YUV 152.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 176 133 190 0.07 0.3 0 0.25 285.26 0.3 0.63
Hex B0 85 BE 7 1E 0 19 11D 1E 3F
Octal 260 205 276 7 36 0 31 435 36 77
Binary 10110000 10000101 10111110 111 11110 0 11001 100011101 11110 111111

Color Harmonies of #B085BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B085BE

Black with #B085BE

Text Example


Text Example

White with #B085BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B085BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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