Html Css Color HEX #B790BA London Hue

📋 copy color: '#B790BA'

red 183 ◦ green 144 ◦ blue 186

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

Shades of London Hue #B790BA

Tints of London Hue #B790BA

RGB

 RED value IS 183 (71.88% from 255) = 35.67%

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

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 35.67%
G = 28.07%
B = 36.26%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B790BA (or 0xB790BA) is known color: London Hue. HEX triplet: B7, 90 and BA. RGB value is (183,144,186). Sum of RGB (Red+Green+Blue) = 183+144+186=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #B790BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B790BA is #486F45. Grayscale: #A0A0A0. Windows color (decimal): -4747078 or 12226743. OLE color: 12226743.

HSL color Cylindrical-coordinate representation of color #B790BA: hue angle of 295.71º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B790BA is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 144 186 -
CMYK 0.02 0.23 0 0.27
HSL 295.71º 0.23% 0.65% -
HSV(B) 295.71º 0.23% 0.73% -
XYZ 38.36 33.56 50.91 -
YUV 160.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 183 144 186 0.02 0.23 0 0.27 295.71 0.23 0.65
Hex B7 90 BA 2 17 0 1B 128 17 41
Octal 267 220 272 2 27 0 33 450 27 101
Binary 10110111 10010000 10111010 10 10111 0 11011 100101000 10111 1000001

Color Harmonies of #B790BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B790BA

Black with #B790BA

Text Example


Text Example

White with #B790BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B790BA; }

 p { color: rgb(183,144,186); }

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

background-color css

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

 a { background-color: rgb(183,144,186); }

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

border-color css

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

 span { border-color: rgb(183,144,186); }

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