Html Css Color HEX #B690B9 London Hue

📋 copy color: '#B690B9'

red 182 ◦ green 144 ◦ blue 185

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

Shades of London Hue #B690B9

Tints of London Hue #B690B9

RGB

 RED value IS 182 (71.48% from 255) = 35.62%

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

 BLUE value IS 185 (72.66% from 255) = 36.2%

R = 35.62%
G = 28.18%
B = 36.2%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B690B9 (or 0xB690B9) is known color: London Hue. HEX triplet: B6, 90 and B9. RGB value is (182,144,185). Sum of RGB (Red+Green+Blue) = 182+144+185=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 185 - color contains mainly: blue. Hex color #B690B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690B9 is #496F46. Grayscale: #9F9F9F. Windows color (decimal): -4812615 or 12161206. OLE color: 12161206.

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

Color convert

RGB 182 144 185 -
CMYK 0.02 0.22 0 0.27
HSL 295.61º 0.23% 0.65% -
HSV(B) 295.61º 0.22% 0.73% -
XYZ 38.02 33.39 50.34 -
YUV 160.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 182 144 185 0.02 0.22 0 0.27 295.61 0.23 0.65
Hex B6 90 B9 2 16 0 1B 128 17 41
Octal 266 220 271 2 26 0 33 450 27 101
Binary 10110110 10010000 10111001 10 10110 0 11011 100101000 10111 1000001

Color Harmonies of #B690B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B690B9

Black with #B690B9

Text Example


Text Example

White with #B690B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B690B9; }

 p { color: rgb(182,144,185); }

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

background-color css

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

 a { background-color: rgb(182,144,185); }

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

border-color css

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

 span { border-color: rgb(182,144,185); }

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