Html Css Color HEX #B088C1 East Side

📋 copy color: '#B088C1'

red 176 ◦ green 136 ◦ blue 193

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

Shades of East Side #B088C1

Tints of East Side #B088C1

RGB

 RED value IS 176 (69.14% from 255) = 34.85%

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

 BLUE value IS 193 (75.78% from 255) = 38.22%

R = 34.85%
G = 26.93%
B = 38.22%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B088C1 (or 0xB088C1) is known color: East Side. HEX triplet: B0, 88 and C1. RGB value is (176,136,193). Sum of RGB (Red+Green+Blue) = 176+136+193=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 193 - color contains mainly: blue. Hex color #B088C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088C1 is #4F773E. Grayscale: #9A9A9A. Windows color (decimal): -5207871 or 12683440. OLE color: 12683440.

HSL color Cylindrical-coordinate representation of color #B088C1: hue angle of 282.11º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B088C1 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 136 193 -
CMYK 0.09 0.30 0 0.24
HSL 282.11º 0.31% 0.65% -
HSV(B) 282.11º 0.3% 0.76% -
XYZ 36.33 30.69 54.46 -
YUV 154.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 176 136 193 0.09 0.30 0 0.24 282.11 0.31 0.65
Hex B0 88 C1 9 1E 0 18 11A 1F 41
Octal 260 210 301 11 36 0 30 432 37 101
Binary 10110000 10001000 11000001 1001 11110 0 11000 100011010 11111 1000001

Color Harmonies of #B088C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088C1

Black with #B088C1

Text Example


Text Example

White with #B088C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088C1; }

 p { color: rgb(176,136,193); }

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

background-color css

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

 a { background-color: rgb(176,136,193); }

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

border-color css

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

 span { border-color: rgb(176,136,193); }

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