Html Css Color HEX #B090C3 East Side

📋 copy color: '#B090C3'

red 176 ◦ green 144 ◦ blue 195

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

Shades of East Side #B090C3

Tints of East Side #B090C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 34.17%
G = 27.96%
B = 37.86%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B090C3 (or 0xB090C3) is known color: East Side. HEX triplet: B0, 90 and C3. RGB value is (176,144,195). Sum of RGB (Red+Green+Blue) = 176+144+195=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #B090C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090C3 is #4F6F3C. Grayscale: #9F9F9F. Windows color (decimal): -5205821 or 12816560. OLE color: 12816560.

HSL color Cylindrical-coordinate representation of color #B090C3: hue angle of 277.65º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B090C3 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 144 195 -
CMYK 0.10 0.26 0 0.24
HSL 277.65º 0.3% 0.66% -
HSV(B) 277.65º 0.26% 0.76% -
XYZ 37.73 33.12 56.03 -
YUV 159.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 176 144 195 0.10 0.26 0 0.24 277.65 0.3 0.66
Hex B0 90 C3 A 1A 0 18 116 1E 42
Octal 260 220 303 12 32 0 30 426 36 102
Binary 10110000 10010000 11000011 1010 11010 0 11000 100010110 11110 1000010

Color Harmonies of #B090C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B090C3

Black with #B090C3

Text Example


Text Example

White with #B090C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B090C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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