Html Css Color HEX #B68CAE London Hue

📋 copy color: '#B68CAE'

red 182 ◦ green 140 ◦ blue 174

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

Shades of London Hue #B68CAE

Tints of London Hue #B68CAE

RGB

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

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

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

R = 36.69%
G = 28.23%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B68CAE (or 0xB68CAE) is known color: London Hue. HEX triplet: B6, 8C and AE. RGB value is (182,140,174). Sum of RGB (Red+Green+Blue) = 182+140+174=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B68CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68CAE is #497351. Grayscale: #9C9C9C. Windows color (decimal): -4813650 or 11439286. OLE color: 11439286.

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

Color convert

RGB 182 140 174 -
CMYK 0 0.23 0.04 0.29
HSL 311.43º 0.22% 0.63% -
HSV(B) 311.43º 0.23% 0.71% -
XYZ 36.31 31.76 44.26 -
YUV 156.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 182 140 174 0 0.23 0.04 0.29 311.43 0.22 0.63
Hex B6 8C AE 0 17 4 1D 137 16 3F
Octal 266 214 256 0 27 4 35 467 26 77
Binary 10110110 10001100 10101110 0 10111 100 11101 100110111 10110 111111

Color Harmonies of #B68CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CAE

Black with #B68CAE

Text Example


Text Example

White with #B68CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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