Html Css Color HEX #B68EAF London Hue

📋 copy color: '#B68EAF'

red 182 ◦ green 142 ◦ blue 175

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

Shades of London Hue #B68EAF

Tints of London Hue #B68EAF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.46%

 BLUE value IS 175 (68.75% from 255) = 35.07%

R = 36.47%
G = 28.46%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B68EAF (or 0xB68EAF) is known color: London Hue. HEX triplet: B6, 8E and AF. RGB value is (182,142,175). Sum of RGB (Red+Green+Blue) = 182+142+175=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 182 - color contains mainly: red. Hex color #B68EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68EAF is #497150. Grayscale: #9D9D9D. Windows color (decimal): -4813137 or 11505334. OLE color: 11505334.

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

Color convert

RGB 182 142 175 -
CMYK 0 0.22 0.04 0.29
HSL 310.5º 0.22% 0.64% -
HSV(B) 310.5º 0.22% 0.71% -
XYZ 36.7 32.39 44.87 -
YUV 157.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 182 142 175 0 0.22 0.04 0.29 310.5 0.22 0.64
Hex B6 8E AF 0 16 4 1D 136 16 40
Octal 266 216 257 0 26 4 35 466 26 100
Binary 10110110 10001110 10101111 0 10110 100 11101 100110110 10110 1000000

Color Harmonies of #B68EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68EAF

Black with #B68EAF

Text Example


Text Example

White with #B68EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68EAF; }

 p { color: rgb(182,142,175); }

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

background-color css

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

 a { background-color: rgb(182,142,175); }

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

border-color css

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

 span { border-color: rgb(182,142,175); }

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