Html Css Color HEX #B08AC0 East Side

📋 copy color: '#B08AC0'

red 176 ◦ green 138 ◦ blue 192

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

Shades of East Side #B08AC0

Tints of East Side #B08AC0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.27%

 BLUE value IS 192 (75.39% from 255) = 37.94%

R = 34.78%
G = 27.27%
B = 37.94%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B08AC0 (or 0xB08AC0) is known color: East Side. HEX triplet: B0, 8A and C0. RGB value is (176,138,192). Sum of RGB (Red+Green+Blue) = 176+138+192=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 192 - color contains mainly: blue. Hex color #B08AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08AC0 is #4F753F. Grayscale: #9B9B9B. Windows color (decimal): -5207360 or 12618416. OLE color: 12618416.

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

Color convert

RGB 176 138 192 -
CMYK 0.08 0.28 0 0.25
HSL 282.22º 0.3% 0.65% -
HSV(B) 282.22º 0.28% 0.75% -
XYZ 36.51 31.21 53.97 -
YUV 155.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 176 138 192 0.08 0.28 0 0.25 282.22 0.3 0.65
Hex B0 8A C0 8 1C 0 19 11A 1E 41
Octal 260 212 300 10 34 0 31 432 36 101
Binary 10110000 10001010 11000000 1000 11100 0 11001 100011010 11110 1000001

Color Harmonies of #B08AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08AC0

Black with #B08AC0

Text Example


Text Example

White with #B08AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08AC0; }

 p { color: rgb(176,138,192); }

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

background-color css

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

 a { background-color: rgb(176,138,192); }

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

border-color css

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

 span { border-color: rgb(176,138,192); }

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