Html Css Color HEX #B18CAE London Hue

📋 copy color: '#B18CAE'

red 177 ◦ green 140 ◦ blue 174

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

Shades of London Hue #B18CAE

Tints of London Hue #B18CAE

RGB

 RED value IS 177 (69.53% from 255) = 36.05%

 GREEN value IS 140 (55.08% from 255) = 28.51%

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

R = 36.05%
G = 28.51%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B18CAE (or 0xB18CAE) is known color: London Hue. HEX triplet: B1, 8C and AE. RGB value is (177,140,174). Sum of RGB (Red+Green+Blue) = 177+140+174=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B18CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18CAE is #4E7351. Grayscale: #9A9A9A. Windows color (decimal): -5141330 or 11439281. OLE color: 11439281.

HSL color Cylindrical-coordinate representation of color #B18CAE: hue angle of 304.86º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B18CAE is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 140 174 -
CMYK 0 0.21 0.02 0.31
HSL 304.86º 0.19% 0.62% -
HSV(B) 304.86º 0.21% 0.69% -
XYZ 35.15 31.16 44.21 -
YUV 154.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 177 140 174 0 0.21 0.02 0.31 304.86 0.19 0.62
Hex B1 8C AE 0 15 2 1F 131 13 3E
Octal 261 214 256 0 25 2 37 461 23 76
Binary 10110001 10001100 10101110 0 10101 10 11111 100110001 10011 111110

Color Harmonies of #B18CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18CAE

Black with #B18CAE

Text Example


Text Example

White with #B18CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18CAE; }

 p { color: rgb(177,140,174); }

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

background-color css

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

 a { background-color: rgb(177,140,174); }

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

border-color css

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

 span { border-color: rgb(177,140,174); }

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