Html Css Color HEX #B088CB East Side

📋 copy color: '#B088CB'

red 176 ◦ green 136 ◦ blue 203

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

Shades of East Side #B088CB

Tints of East Side #B088CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 34.17%
G = 26.41%
B = 39.42%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B088CB (or 0xB088CB) is known color: East Side. HEX triplet: B0, 88 and CB. RGB value is (176,136,203). Sum of RGB (Red+Green+Blue) = 176+136+203=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #B088CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088CB is #4F7734. Grayscale: #9B9B9B. Windows color (decimal): -5207861 or 13338800. OLE color: 13338800.

HSL color Cylindrical-coordinate representation of color #B088CB: hue angle of 275.82º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B088CB is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 136 203 -
CMYK 0.13 0.33 0 0.20
HSL 275.82º 0.39% 0.66% -
HSV(B) 275.82º 0.33% 0.8% -
XYZ 37.49 31.15 60.54 -
YUV 155.6 154.75 142.55 -
System Red Green Blue C M Y K H S L
Decimal 176 136 203 0.13 0.33 0 0.20 275.82 0.39 0.66
Hex B0 88 CB D 21 0 14 114 27 42
Octal 260 210 313 15 41 0 24 424 47 102
Binary 10110000 10001000 11001011 1101 100001 0 10100 100010100 100111 1000010

Color Harmonies of #B088CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088CB

Black with #B088CB

Text Example


Text Example

White with #B088CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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