Html Css Color HEX #B090BD East Side

📋 copy color: '#B090BD'

red 176 ◦ green 144 ◦ blue 189

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

Shades of East Side #B090BD

Tints of East Side #B090BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.13%

R = 34.58%
G = 28.29%
B = 37.13%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B090BD (or 0xB090BD) is known color: East Side. HEX triplet: B0, 90 and BD. RGB value is (176,144,189). Sum of RGB (Red+Green+Blue) = 176+144+189=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #B090BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090BD is #4F6F42. Grayscale: #9E9E9E. Windows color (decimal): -5205827 or 12423344. OLE color: 12423344.

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

Color convert

RGB 176 144 189 -
CMYK 0.07 0.24 0 0.26
HSL 282.67º 0.25% 0.65% -
HSV(B) 282.67º 0.24% 0.74% -
XYZ 37.06 32.85 52.53 -
YUV 158.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 176 144 189 0.07 0.24 0 0.26 282.67 0.25 0.65
Hex B0 90 BD 7 18 0 1A 11B 19 41
Octal 260 220 275 7 30 0 32 433 31 101
Binary 10110000 10010000 10111101 111 11000 0 11010 100011011 11001 1000001

Color Harmonies of #B090BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B090BD

Black with #B090BD

Text Example


Text Example

White with #B090BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B090BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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