Html Css Color HEX #B888CD East Side

📋 copy color: '#B888CD'

red 184 ◦ green 136 ◦ blue 205

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

Shades of East Side #B888CD

Tints of East Side #B888CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.05%

R = 35.05%
G = 25.9%
B = 39.05%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B888CD (or 0xB888CD) is known color: East Side. HEX triplet: B8, 88 and CD. RGB value is (184,136,205). Sum of RGB (Red+Green+Blue) = 184+136+205=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #B888CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B888CD is #477732. Grayscale: #9D9D9D. Windows color (decimal): -4683571 or 13469880. OLE color: 13469880.

HSL color Cylindrical-coordinate representation of color #B888CD: hue angle of 281.74º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B888CD is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 136 205 -
CMYK 0.10 0.34 0 0.20
HSL 281.74º 0.41% 0.67% -
HSV(B) 281.74º 0.34% 0.8% -
XYZ 39.59 32.21 61.89 -
YUV 158.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 184 136 205 0.10 0.34 0 0.20 281.74 0.41 0.67
Hex B8 88 CD A 22 0 14 11A 29 43
Octal 270 210 315 12 42 0 24 432 51 103
Binary 10111000 10001000 11001101 1010 100010 0 10100 100011010 101001 1000011

Color Harmonies of #B888CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B888CD

Black with #B888CD

Text Example


Text Example

White with #B888CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B888CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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