Html Css Color HEX #B68CBA London Hue

📋 copy color: '#B68CBA'

red 182 ◦ green 140 ◦ blue 186

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

Shades of London Hue #B68CBA

Tints of London Hue #B68CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 35.83%
G = 27.56%
B = 36.61%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B68CBA (or 0xB68CBA) is known color: London Hue. HEX triplet: B6, 8C and BA. RGB value is (182,140,186). Sum of RGB (Red+Green+Blue) = 182+140+186=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #B68CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CBA is #497345. Grayscale: #9D9D9D. Windows color (decimal): -4813638 or 12225718. OLE color: 12225718.

HSL color Cylindrical-coordinate representation of color #B68CBA: hue angle of 294.78º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B68CBA is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 140 186 -
CMYK 0.02 0.25 0 0.27
HSL 294.78º 0.25% 0.64% -
HSV(B) 294.78º 0.25% 0.73% -
XYZ 37.53 32.25 50.7 -
YUV 157.8 143.91 145.26 -
System Red Green Blue C M Y K H S L
Decimal 182 140 186 0.02 0.25 0 0.27 294.78 0.25 0.64
Hex B6 8C BA 2 19 0 1B 127 19 40
Octal 266 214 272 2 31 0 33 447 31 100
Binary 10110110 10001100 10111010 10 11001 0 11011 100100111 11001 1000000

Color Harmonies of #B68CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CBA

Black with #B68CBA

Text Example


Text Example

White with #B68CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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