Html Css Color HEX #B28CBB East Side

📋 copy color: '#B28CBB'

red 178 ◦ green 140 ◦ blue 187

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

Shades of East Side #B28CBB

Tints of East Side #B28CBB

RGB

 RED value IS 178 (69.92% from 255) = 35.25%

 GREEN value IS 140 (55.08% from 255) = 27.72%

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

R = 35.25%
G = 27.72%
B = 37.03%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B28CBB (or 0xB28CBB) is known color: East Side. HEX triplet: B2, 8C and BB. RGB value is (178,140,187). Sum of RGB (Red+Green+Blue) = 178+140+187=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #B28CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28CBB is #4D7344. Grayscale: #9C9C9C. Windows color (decimal): -5075781 or 12291250. OLE color: 12291250.

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

Color convert

RGB 178 140 187 -
CMYK 0.05 0.25 0 0.27
HSL 288.51º 0.26% 0.64% -
HSV(B) 288.51º 0.25% 0.73% -
XYZ 36.71 31.81 51.22 -
YUV 156.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 178 140 187 0.05 0.25 0 0.27 288.51 0.26 0.64
Hex B2 8C BB 5 19 0 1B 121 1A 40
Octal 262 214 273 5 31 0 33 441 32 100
Binary 10110010 10001100 10111011 101 11001 0 11011 100100001 11010 1000000

Color Harmonies of #B28CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CBB

Black with #B28CBB

Text Example


Text Example

White with #B28CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CBB; }

 p { color: rgb(178,140,187); }

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

background-color css

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

 a { background-color: rgb(178,140,187); }

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

border-color css

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

 span { border-color: rgb(178,140,187); }

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