Html Css Color HEX #B68CA8 London Hue

📋 copy color: '#B68CA8'

red 182 ◦ green 140 ◦ blue 168

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

Shades of London Hue #B68CA8

Tints of London Hue #B68CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.29%

R = 37.14%
G = 28.57%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B68CA8 (or 0xB68CA8) is known color: London Hue. HEX triplet: B6, 8C and A8. RGB value is (182,140,168). Sum of RGB (Red+Green+Blue) = 182+140+168=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B68CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68CA8 is #497357. Grayscale: #9B9B9B. Windows color (decimal): -4813656 or 11046070. OLE color: 11046070.

HSL color Cylindrical-coordinate representation of color #B68CA8: hue angle of 320º 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 #B68CA8 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 140 168 -
CMYK 0 0.23 0.08 0.29
HSL 320º 0.22% 0.63% -
HSV(B) 320º 0.23% 0.71% -
XYZ 35.74 31.53 41.25 -
YUV 155.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 182 140 168 0 0.23 0.08 0.29 320 0.22 0.63
Hex B6 8C A8 0 17 8 1D 140 16 3F
Octal 266 214 250 0 27 10 35 500 26 77
Binary 10110110 10001100 10101000 0 10111 1000 11101 101000000 10110 111111

Color Harmonies of #B68CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CA8

Black with #B68CA8

Text Example


Text Example

White with #B68CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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