Html Css Color HEX #B086B4 London Hue

📋 copy color: '#B086B4'

red 176 ◦ green 134 ◦ blue 180

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

Shades of London Hue #B086B4

Tints of London Hue #B086B4

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.35%

 BLUE value IS 180 (70.7% from 255) = 36.73%

R = 35.92%
G = 27.35%
B = 36.73%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B086B4 (or 0xB086B4) is known color: London Hue. HEX triplet: B0, 86 and B4. RGB value is (176,134,180). Sum of RGB (Red+Green+Blue) = 176+134+180=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 180 - color contains mainly: blue. Hex color #B086B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B086B4 is #4F794B. Grayscale: #979797. Windows color (decimal): -5208396 or 11830960. OLE color: 11830960.

HSL color Cylindrical-coordinate representation of color #B086B4: hue angle of 294.78º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B086B4 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 134 180 -
CMYK 0.02 0.26 0 0.29
HSL 294.78º 0.23% 0.62% -
HSV(B) 294.78º 0.26% 0.71% -
XYZ 34.67 29.58 47.06 -
YUV 151.8 143.91 145.26 -
System Red Green Blue C M Y K H S L
Decimal 176 134 180 0.02 0.26 0 0.29 294.78 0.23 0.62
Hex B0 86 B4 2 1A 0 1D 127 17 3E
Octal 260 206 264 2 32 0 35 447 27 76
Binary 10110000 10000110 10110100 10 11010 0 11101 100100111 10111 111110

Color Harmonies of #B086B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B086B4

Black with #B086B4

Text Example


Text Example

White with #B086B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B086B4; }

 p { color: rgb(176,134,180); }

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

background-color css

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

 a { background-color: rgb(176,134,180); }

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

border-color css

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

 span { border-color: rgb(176,134,180); }

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