Html Css Color HEX #B68FAE London Hue

📋 copy color: '#B68FAE'

red 182 ◦ green 143 ◦ blue 174

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

Shades of London Hue #B68FAE

Tints of London Hue #B68FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.66%

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

R = 36.47%
G = 28.66%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B68FAE (or 0xB68FAE) is known color: London Hue. HEX triplet: B6, 8F and AE. RGB value is (182,143,174). Sum of RGB (Red+Green+Blue) = 182+143+174=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 182 - color contains mainly: red. Hex color #B68FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68FAE is #497051. Grayscale: #9E9E9E. Windows color (decimal): -4812882 or 11440054. OLE color: 11440054.

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

Color convert

RGB 182 143 174 -
CMYK 0 0.21 0.04 0.29
HSL 312.31º 0.21% 0.64% -
HSV(B) 312.31º 0.21% 0.71% -
XYZ 36.75 32.65 44.41 -
YUV 158.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 182 143 174 0 0.21 0.04 0.29 312.31 0.21 0.64
Hex B6 8F AE 0 15 4 1D 138 15 40
Octal 266 217 256 0 25 4 35 470 25 100
Binary 10110110 10001111 10101110 0 10101 100 11101 100111000 10101 1000000

Color Harmonies of #B68FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FAE

Black with #B68FAE

Text Example


Text Example

White with #B68FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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