Html Css Color HEX #B09CAE London Hue

📋 copy color: '#B09CAE'

red 176 ◦ green 156 ◦ blue 174

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

Shades of London Hue #B09CAE

Tints of London Hue #B09CAE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.83%

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

R = 34.78%
G = 30.83%
B = 34.39%

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

#B09CAE (or 0xB09CAE) is known color: London Hue. HEX triplet: B0, 9C and AE. RGB value is (176,156,174). Sum of RGB (Red+Green+Blue) = 176+156+174=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 176 - color contains mainly: red. Hex color #B09CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09CAE is #4F6351. Grayscale: #A3A3A3. Windows color (decimal): -5202770 or 11443376. OLE color: 11443376.

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

Color convert

RGB 176 156 174 -
CMYK 0 0.11 0.01 0.31
HSL 306º 0.11% 0.65% -
HSV(B) 306º 0.11% 0.69% -
XYZ 37.43 36.06 45.03 -
YUV 164.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 176 156 174 0 0.11 0.01 0.31 306 0.11 0.65
Hex B0 9C AE 0 B 1 1F 132 B 41
Octal 260 234 256 0 13 1 37 462 13 101
Binary 10110000 10011100 10101110 0 1011 1 11111 100110010 1011 1000001

Color Harmonies of #B09CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CAE

Black with #B09CAE

Text Example


Text Example

White with #B09CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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