Html Css Color HEX #B88DC6 East Side

📋 copy color: '#B88DC6'

red 184 ◦ green 141 ◦ blue 198

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

Shades of East Side #B88DC6

Tints of East Side #B88DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.86%

R = 35.18%
G = 26.96%
B = 37.86%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B88DC6 (or 0xB88DC6) is known color: East Side. HEX triplet: B8, 8D and C6. RGB value is (184,141,198). Sum of RGB (Red+Green+Blue) = 184+141+198=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 198 - color contains mainly: blue. Hex color #B88DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DC6 is #477239. Grayscale: #A0A0A0. Windows color (decimal): -4682298 or 13012408. OLE color: 13012408.

HSL color Cylindrical-coordinate representation of color #B88DC6: hue angle of 285.26º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88DC6 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 141 198 -
CMYK 0.07 0.29 0 0.22
HSL 285.26º 0.33% 0.66% -
HSV(B) 285.26º 0.29% 0.78% -
XYZ 39.49 33.32 57.78 -
YUV 160.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 184 141 198 0.07 0.29 0 0.22 285.26 0.33 0.66
Hex B8 8D C6 7 1D 0 16 11D 21 42
Octal 270 215 306 7 35 0 26 435 41 102
Binary 10111000 10001101 11000110 111 11101 0 10110 100011101 100001 1000010

Color Harmonies of #B88DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88DC6

Black with #B88DC6

Text Example


Text Example

White with #B88DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88DC6; }

 p { color: rgb(184,141,198); }

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

background-color css

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

 a { background-color: rgb(184,141,198); }

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

border-color css

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

 span { border-color: rgb(184,141,198); }

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