Html Css Color HEX #B09BAF London Hue

📋 copy color: '#B09BAF'

red 176 ◦ green 155 ◦ blue 175

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

Shades of London Hue #B09BAF

Tints of London Hue #B09BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.63%

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

R = 34.78%
G = 30.63%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B09BAF (or 0xB09BAF) is known color: London Hue. HEX triplet: B0, 9B and AF. RGB value is (176,155,175). Sum of RGB (Red+Green+Blue) = 176+155+175=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BAF is #4F6450. Grayscale: #A3A3A3. Windows color (decimal): -5203025 or 11508656. OLE color: 11508656.

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

Color convert

RGB 176 155 175 -
CMYK 0 0.12 0.01 0.31
HSL 302.86º 0.12% 0.65% -
HSV(B) 302.86º 0.12% 0.69% -
XYZ 37.36 35.77 45.49 -
YUV 163.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 176 155 175 0 0.12 0.01 0.31 302.86 0.12 0.65
Hex B0 9B AF 0 C 1 1F 12F C 41
Octal 260 233 257 0 14 1 37 457 14 101
Binary 10110000 10011011 10101111 0 1100 1 11111 100101111 1100 1000001

Color Harmonies of #B09BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BAF

Black with #B09BAF

Text Example


Text Example

White with #B09BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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