Html Css Color HEX #B090BC East Side

📋 copy color: '#B090BC'

red 176 ◦ green 144 ◦ blue 188

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

Shades of East Side #B090BC

Tints of East Side #B090BC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.35%

 BLUE value IS 188 (73.83% from 255) = 37.01%

R = 34.65%
G = 28.35%
B = 37.01%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B090BC (or 0xB090BC) is known color: East Side. HEX triplet: B0, 90 and BC. RGB value is (176,144,188). Sum of RGB (Red+Green+Blue) = 176+144+188=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #B090BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090BC is #4F6F43. Grayscale: #9E9E9E. Windows color (decimal): -5205828 or 12357808. OLE color: 12357808.

HSL color Cylindrical-coordinate representation of color #B090BC: hue angle of 283.64º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B090BC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 144 188 -
CMYK 0.06 0.23 0 0.26
HSL 283.64º 0.25% 0.65% -
HSV(B) 283.64º 0.23% 0.74% -
XYZ 36.95 32.81 51.96 -
YUV 158.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 176 144 188 0.06 0.23 0 0.26 283.64 0.25 0.65
Hex B0 90 BC 6 17 0 1A 11C 19 41
Octal 260 220 274 6 27 0 32 434 31 101
Binary 10110000 10010000 10111100 110 10111 0 11010 100011100 11001 1000001

Color Harmonies of #B090BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B090BC

Black with #B090BC

Text Example


Text Example

White with #B090BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B090BC; }

 p { color: rgb(176,144,188); }

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

background-color css

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

 a { background-color: rgb(176,144,188); }

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

border-color css

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

 span { border-color: rgb(176,144,188); }

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