Html Css Color HEX #B18DBA East Side

📋 copy color: '#B18DBA'

red 177 ◦ green 141 ◦ blue 186

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

Shades of East Side #B18DBA

Tints of East Side #B18DBA

RGB

 RED value IS 177 (69.53% from 255) = 35.12%

 GREEN value IS 141 (55.47% from 255) = 27.98%

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 35.12%
G = 27.98%
B = 36.9%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B18DBA (or 0xB18DBA) is known color: East Side. HEX triplet: B1, 8D and BA. RGB value is (177,141,186). Sum of RGB (Red+Green+Blue) = 177+141+186=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #B18DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DBA is #4E7245. Grayscale: #9C9C9C. Windows color (decimal): -5141062 or 12225969. OLE color: 12225969.

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

Color convert

RGB 177 141 186 -
CMYK 0.05 0.24 0 0.27
HSL 288º 0.25% 0.64% -
HSV(B) 288º 0.24% 0.73% -
XYZ 36.52 31.94 50.7 -
YUV 156.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 177 141 186 0.05 0.24 0 0.27 288 0.25 0.64
Hex B1 8D BA 5 18 0 1B 120 19 40
Octal 261 215 272 5 30 0 33 440 31 100
Binary 10110001 10001101 10111010 101 11000 0 11011 100100000 11001 1000000

Color Harmonies of #B18DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18DBA

Black with #B18DBA

Text Example


Text Example

White with #B18DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18DBA; }

 p { color: rgb(177,141,186); }

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

background-color css

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

 a { background-color: rgb(177,141,186); }

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

border-color css

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

 span { border-color: rgb(177,141,186); }

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