Html Css Color HEX #B68AAE London Hue

📋 copy color: '#B68AAE'

red 182 ◦ green 138 ◦ blue 174

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

Shades of London Hue #B68AAE

Tints of London Hue #B68AAE

RGB

 RED value IS 182 (71.48% from 255) = 36.84%

 GREEN value IS 138 (54.3% from 255) = 27.94%

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

R = 36.84%
G = 27.94%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B68AAE (or 0xB68AAE) is known color: London Hue. HEX triplet: B6, 8A and AE. RGB value is (182,138,174). Sum of RGB (Red+Green+Blue) = 182+138+174=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68AAE is #497551. Grayscale: #9B9B9B. Windows color (decimal): -4814162 or 11438774. OLE color: 11438774.

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

Color convert

RGB 182 138 174 -
CMYK 0 0.24 0.04 0.29
HSL 310.91º 0.23% 0.63% -
HSV(B) 310.91º 0.24% 0.71% -
XYZ 36.02 31.18 44.16 -
YUV 155.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 182 138 174 0 0.24 0.04 0.29 310.91 0.23 0.63
Hex B6 8A AE 0 18 4 1D 137 17 3F
Octal 266 212 256 0 30 4 35 467 27 77
Binary 10110110 10001010 10101110 0 11000 100 11101 100110111 10111 111111

Color Harmonies of #B68AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68AAE

Black with #B68AAE

Text Example


Text Example

White with #B68AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68AAE; }

 p { color: rgb(182,138,174); }

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

background-color css

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

 a { background-color: rgb(182,138,174); }

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

border-color css

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

 span { border-color: rgb(182,138,174); }

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