Html Css Color HEX #B48DAE London Hue

📋 copy color: '#B48DAE'

red 180 ◦ green 141 ◦ blue 174

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

Shades of London Hue #B48DAE

Tints of London Hue #B48DAE

RGB

 RED value IS 180 (70.7% from 255) = 36.36%

 GREEN value IS 141 (55.47% from 255) = 28.48%

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

R = 36.36%
G = 28.48%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B48DAE (or 0xB48DAE) is known color: London Hue. HEX triplet: B4, 8D and AE. RGB value is (180,141,174). Sum of RGB (Red+Green+Blue) = 180+141+174=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B48DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48DAE is #4B7251. Grayscale: #9C9C9C. Windows color (decimal): -4944466 or 11439540. OLE color: 11439540.

HSL color Cylindrical-coordinate representation of color #B48DAE: hue angle of 309.23º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B48DAE is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 141 174 -
CMYK 0 0.22 0.03 0.29
HSL 309.23º 0.21% 0.63% -
HSV(B) 309.23º 0.22% 0.71% -
XYZ 35.99 31.81 44.29 -
YUV 156.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 180 141 174 0 0.22 0.03 0.29 309.23 0.21 0.63
Hex B4 8D AE 0 16 3 1D 135 15 3F
Octal 264 215 256 0 26 3 35 465 25 77
Binary 10110100 10001101 10101110 0 10110 11 11101 100110101 10101 111111

Color Harmonies of #B48DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48DAE

Black with #B48DAE

Text Example


Text Example

White with #B48DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48DAE; }

 p { color: rgb(180,141,174); }

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

background-color css

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

 a { background-color: rgb(180,141,174); }

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

border-color css

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

 span { border-color: rgb(180,141,174); }

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