Html Css Color HEX #B095AC London Hue

📋 copy color: '#B095AC'

red 176 ◦ green 149 ◦ blue 172

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

Shades of London Hue #B095AC

Tints of London Hue #B095AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.98%

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

R = 35.41%
G = 29.98%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B095AC (or 0xB095AC) is known color: London Hue. HEX triplet: B0, 95 and AC. RGB value is (176,149,172). Sum of RGB (Red+Green+Blue) = 176+149+172=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 176 - color contains mainly: red. Hex color #B095AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B095AC is #4F6A53. Grayscale: #9F9F9F. Windows color (decimal): -5204564 or 11310512. OLE color: 11310512.

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

Color convert

RGB 176 149 172 -
CMYK 0 0.15 0.02 0.31
HSL 308.89º 0.15% 0.64% -
HSV(B) 308.89º 0.15% 0.69% -
XYZ 36.1 33.7 43.63 -
YUV 159.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 176 149 172 0 0.15 0.02 0.31 308.89 0.15 0.64
Hex B0 95 AC 0 F 2 1F 135 F 40
Octal 260 225 254 0 17 2 37 465 17 100
Binary 10110000 10010101 10101100 0 1111 10 11111 100110101 1111 1000000

Color Harmonies of #B095AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B095AC

Black with #B095AC

Text Example


Text Example

White with #B095AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B095AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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