Html Css Color HEX #B08ACD East Side

📋 copy color: '#B08ACD'

red 176 ◦ green 138 ◦ blue 205

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

Shades of East Side #B08ACD

Tints of East Side #B08ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 33.91%
G = 26.59%
B = 39.5%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B08ACD (or 0xB08ACD) is known color: East Side. HEX triplet: B0, 8A and CD. RGB value is (176,138,205). Sum of RGB (Red+Green+Blue) = 176+138+205=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #B08ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ACD is #4F7532. Grayscale: #9C9C9C. Windows color (decimal): -5207347 or 13470384. OLE color: 13470384.

HSL color Cylindrical-coordinate representation of color #B08ACD: hue angle of 274.03º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B08ACD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 138 205 -
CMYK 0.14 0.33 0 0.20
HSL 274.03º 0.4% 0.67% -
HSV(B) 274.03º 0.33% 0.8% -
XYZ 38.01 31.81 61.9 -
YUV 157 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 176 138 205 0.14 0.33 0 0.20 274.03 0.4 0.67
Hex B0 8A CD E 21 0 14 112 28 43
Octal 260 212 315 16 41 0 24 422 50 103
Binary 10110000 10001010 11001101 1110 100001 0 10100 100010010 101000 1000011

Color Harmonies of #B08ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08ACD

Black with #B08ACD

Text Example


Text Example

White with #B08ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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