Html Css Color HEX #B09BAE London Hue

📋 copy color: '#B09BAE'

red 176 ◦ green 155 ◦ blue 174

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

Shades of London Hue #B09BAE

Tints of London Hue #B09BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.46%

R = 34.85%
G = 30.69%
B = 34.46%

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

#B09BAE (or 0xB09BAE) is known color: London Hue. HEX triplet: B0, 9B and AE. RGB value is (176,155,174). Sum of RGB (Red+Green+Blue) = 176+155+174=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BAE is #4F6451. Grayscale: #A3A3A3. Windows color (decimal): -5203026 or 11443120. OLE color: 11443120.

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

Color convert

RGB 176 155 174 -
CMYK 0 0.12 0.01 0.31
HSL 305.71º 0.12% 0.65% -
HSV(B) 305.71º 0.12% 0.69% -
XYZ 37.27 35.73 44.98 -
YUV 163.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 176 155 174 0 0.12 0.01 0.31 305.71 0.12 0.65
Hex B0 9B AE 0 C 1 1F 132 C 41
Octal 260 233 256 0 14 1 37 462 14 101
Binary 10110000 10011011 10101110 0 1100 1 11111 100110010 1100 1000001

Color Harmonies of #B09BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BAE

Black with #B09BAE

Text Example


Text Example

White with #B09BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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