Html Css Color HEX #B09DAE London Hue

📋 copy color: '#B09DAE'

red 176 ◦ green 157 ◦ blue 174

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

Shades of London Hue #B09DAE

Tints of London Hue #B09DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.97%

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

R = 34.71%
G = 30.97%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B09DAE (or 0xB09DAE) is known color: London Hue. HEX triplet: B0, 9D and AE. RGB value is (176,157,174). Sum of RGB (Red+Green+Blue) = 176+157+174=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 176 - color contains mainly: red. Hex color #B09DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09DAE is #4F6251. Grayscale: #A4A4A4. Windows color (decimal): -5202514 or 11443632. OLE color: 11443632.

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

Color convert

RGB 176 157 174 -
CMYK 0 0.11 0.01 0.31
HSL 306.32º 0.11% 0.65% -
HSV(B) 306.32º 0.11% 0.69% -
XYZ 37.6 36.4 45.09 -
YUV 164.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 176 157 174 0 0.11 0.01 0.31 306.32 0.11 0.65
Hex B0 9D AE 0 B 1 1F 132 B 41
Octal 260 235 256 0 13 1 37 462 13 101
Binary 10110000 10011101 10101110 0 1011 1 11111 100110010 1011 1000001

Color Harmonies of #B09DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09DAE

Black with #B09DAE

Text Example


Text Example

White with #B09DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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