Html Css Color HEX #B888BD East Side

📋 copy color: '#B888BD'

red 184 ◦ green 136 ◦ blue 189

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

Shades of East Side #B888BD

Tints of East Side #B888BD

RGB

 RED value IS 184 (72.27% from 255) = 36.15%

 GREEN value IS 136 (53.52% from 255) = 26.72%

 BLUE value IS 189 (74.22% from 255) = 37.13%

R = 36.15%
G = 26.72%
B = 37.13%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B888BD (or 0xB888BD) is known color: East Side. HEX triplet: B8, 88 and BD. RGB value is (184,136,189). Sum of RGB (Red+Green+Blue) = 184+136+189=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #B888BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B888BD is #477742. Grayscale: #9C9C9C. Windows color (decimal): -4683587 or 12421304. OLE color: 12421304.

HSL color Cylindrical-coordinate representation of color #B888BD: hue angle of 294.34º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B888BD is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 136 189 -
CMYK 0.03 0.28 0 0.26
HSL 294.34º 0.29% 0.64% -
HSV(B) 294.34º 0.28% 0.74% -
XYZ 37.76 31.47 52.23 -
YUV 156.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 184 136 189 0.03 0.28 0 0.26 294.34 0.29 0.64
Hex B8 88 BD 3 1C 0 1A 126 1D 40
Octal 270 210 275 3 34 0 32 446 35 100
Binary 10111000 10001000 10111101 11 11100 0 11010 100100110 11101 1000000

Color Harmonies of #B888BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B888BD

Black with #B888BD

Text Example


Text Example

White with #B888BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B888BD; }

 p { color: rgb(184,136,189); }

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

background-color css

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

 a { background-color: rgb(184,136,189); }

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

border-color css

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

 span { border-color: rgb(184,136,189); }

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