Html Css Color HEX #B088CA East Side

📋 copy color: '#B088CA'

red 176 ◦ green 136 ◦ blue 202

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

Shades of East Side #B088CA

Tints of East Side #B088CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.3%

R = 34.24%
G = 26.46%
B = 39.3%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B088CA (or 0xB088CA) is known color: East Side. HEX triplet: B0, 88 and CA. RGB value is (176,136,202). Sum of RGB (Red+Green+Blue) = 176+136+202=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #B088CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088CA is #4F7735. Grayscale: #9B9B9B. Windows color (decimal): -5207862 or 13273264. OLE color: 13273264.

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

Color convert

RGB 176 136 202 -
CMYK 0.13 0.33 0 0.21
HSL 276.36º 0.38% 0.66% -
HSV(B) 276.36º 0.33% 0.79% -
XYZ 37.37 31.1 59.91 -
YUV 155.48 154.25 142.63 -
System Red Green Blue C M Y K H S L
Decimal 176 136 202 0.13 0.33 0 0.21 276.36 0.38 0.66
Hex B0 88 CA D 21 0 15 114 26 42
Octal 260 210 312 15 41 0 25 424 46 102
Binary 10110000 10001000 11001010 1101 100001 0 10101 100010100 100110 1000010

Color Harmonies of #B088CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088CA

Black with #B088CA

Text Example


Text Example

White with #B088CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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