Html Css Color HEX #B08EBD East Side

📋 copy color: '#B08EBD'

red 176 ◦ green 142 ◦ blue 189

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

Shades of East Side #B08EBD

Tints of East Side #B08EBD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.01%

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

R = 34.71%
G = 28.01%
B = 37.28%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B08EBD (or 0xB08EBD) is known color: East Side. HEX triplet: B0, 8E and BD. RGB value is (176,142,189). Sum of RGB (Red+Green+Blue) = 176+142+189=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #B08EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08EBD is #4F7142. Grayscale: #9D9D9D. Windows color (decimal): -5206339 or 12422832. OLE color: 12422832.

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

Color convert

RGB 176 142 189 -
CMYK 0.07 0.25 0 0.26
HSL 283.4º 0.26% 0.65% -
HSV(B) 283.4º 0.25% 0.74% -
XYZ 36.76 32.25 52.43 -
YUV 157.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 176 142 189 0.07 0.25 0 0.26 283.4 0.26 0.65
Hex B0 8E BD 7 19 0 1A 11B 1A 41
Octal 260 216 275 7 31 0 32 433 32 101
Binary 10110000 10001110 10111101 111 11001 0 11010 100011011 11010 1000001

Color Harmonies of #B08EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08EBD

Black with #B08EBD

Text Example


Text Example

White with #B08EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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