Html Css Color HEX #B095BD East Side

📋 copy color: '#B095BD'

red 176 ◦ green 149 ◦ blue 189

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

Shades of East Side #B095BD

Tints of East Side #B095BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

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

R = 34.24%
G = 28.99%
B = 36.77%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B095BD (or 0xB095BD) is known color: East Side. HEX triplet: B0, 95 and BD. RGB value is (176,149,189). Sum of RGB (Red+Green+Blue) = 176+149+189=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #B095BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095BD is #4F6A42. Grayscale: #A1A1A1. Windows color (decimal): -5204547 or 12424624. OLE color: 12424624.

HSL color Cylindrical-coordinate representation of color #B095BD: hue angle of 280.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B095BD is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 149 189 -
CMYK 0.07 0.21 0 0.26
HSL 280.5º 0.23% 0.66% -
HSV(B) 280.5º 0.21% 0.74% -
XYZ 37.84 34.4 52.79 -
YUV 161.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 176 149 189 0.07 0.21 0 0.26 280.5 0.23 0.66
Hex B0 95 BD 7 15 0 1A 118 17 42
Octal 260 225 275 7 25 0 32 430 27 102
Binary 10110000 10010101 10111101 111 10101 0 11010 100011000 10111 1000010

Color Harmonies of #B095BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B095BD

Black with #B095BD

Text Example


Text Example

White with #B095BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B095BD; }

 p { color: rgb(176,149,189); }

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

background-color css

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

 a { background-color: rgb(176,149,189); }

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

border-color css

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

 span { border-color: rgb(176,149,189); }

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