Html Css Color HEX #B095AF London Hue

📋 copy color: '#B095AF'

red 176 ◦ green 149 ◦ blue 175

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

Shades of London Hue #B095AF

Tints of London Hue #B095AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35%

R = 35.2%
G = 29.8%
B = 35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B095AF (or 0xB095AF) is known color: London Hue. HEX triplet: B0, 95 and AF. RGB value is (176,149,175). Sum of RGB (Red+Green+Blue) = 176+149+175=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 176 - color contains mainly: red. Hex color #B095AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B095AF is #4F6A50. Grayscale: #9F9F9F. Windows color (decimal): -5204561 or 11507120. OLE color: 11507120.

HSL color Cylindrical-coordinate representation of color #B095AF: hue angle of 302.22º 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 #B095AF is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 149 175 -
CMYK 0 0.15 0.01 0.31
HSL 302.22º 0.15% 0.64% -
HSV(B) 302.22º 0.15% 0.69% -
XYZ 36.39 33.82 45.17 -
YUV 160.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 176 149 175 0 0.15 0.01 0.31 302.22 0.15 0.64
Hex B0 95 AF 0 F 1 1F 12E F 40
Octal 260 225 257 0 17 1 37 456 17 100
Binary 10110000 10010101 10101111 0 1111 1 11111 100101110 1111 1000000

Color Harmonies of #B095AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B095AF

Black with #B095AF

Text Example


Text Example

White with #B095AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B095AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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