Html Css Color HEX #B08ABB East Side

📋 copy color: '#B08ABB'

red 176 ◦ green 138 ◦ blue 187

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

Shades of East Side #B08ABB

Tints of East Side #B08ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.33%

R = 35.13%
G = 27.54%
B = 37.33%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B08ABB (or 0xB08ABB) is known color: East Side. HEX triplet: B0, 8A and BB. RGB value is (176,138,187). Sum of RGB (Red+Green+Blue) = 176+138+187=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #B08ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ABB is #4F7544. Grayscale: #9A9A9A. Windows color (decimal): -5207365 or 12290736. OLE color: 12290736.

HSL color Cylindrical-coordinate representation of color #B08ABB: hue angle of 286.53º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B08ABB is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 138 187 -
CMYK 0.06 0.26 0 0.27
HSL 286.53º 0.26% 0.64% -
HSV(B) 286.53º 0.26% 0.73% -
XYZ 35.96 30.99 51.1 -
YUV 154.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 176 138 187 0.06 0.26 0 0.27 286.53 0.26 0.64
Hex B0 8A BB 6 1A 0 1B 11F 1A 40
Octal 260 212 273 6 32 0 33 437 32 100
Binary 10110000 10001010 10111011 110 11010 0 11011 100011111 11010 1000000

Color Harmonies of #B08ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08ABB

Black with #B08ABB

Text Example


Text Example

White with #B08ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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