Html Css Color HEX #B094AC London Hue

📋 copy color: '#B094AC'

red 176 ◦ green 148 ◦ blue 172

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

Shades of London Hue #B094AC

Tints of London Hue #B094AC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.84%

 BLUE value IS 172 (67.58% from 255) = 34.68%

R = 35.48%
G = 29.84%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B094AC (or 0xB094AC) is known color: London Hue. HEX triplet: B0, 94 and AC. RGB value is (176,148,172). Sum of RGB (Red+Green+Blue) = 176+148+172=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 176 - color contains mainly: red. Hex color #B094AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B094AC is #4F6B53. Grayscale: #9F9F9F. Windows color (decimal): -5204820 or 11310256. OLE color: 11310256.

HSL color Cylindrical-coordinate representation of color #B094AC: hue angle of 308.57º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B094AC is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 148 172 -
CMYK 0 0.16 0.02 0.31
HSL 308.57º 0.15% 0.64% -
HSV(B) 308.57º 0.16% 0.69% -
XYZ 35.94 33.39 43.58 -
YUV 159.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 176 148 172 0 0.16 0.02 0.31 308.57 0.15 0.64
Hex B0 94 AC 0 10 2 1F 135 F 40
Octal 260 224 254 0 20 2 37 465 17 100
Binary 10110000 10010100 10101100 0 10000 10 11111 100110101 1111 1000000

Color Harmonies of #B094AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B094AC

Black with #B094AC

Text Example


Text Example

White with #B094AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B094AC; }

 p { color: rgb(176,148,172); }

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

background-color css

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

 a { background-color: rgb(176,148,172); }

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

border-color css

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

 span { border-color: rgb(176,148,172); }

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