Html Css Color HEX #B68AB2 London Hue

📋 copy color: '#B68AB2'

red 182 ◦ green 138 ◦ blue 178

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

Shades of London Hue #B68AB2

Tints of London Hue #B68AB2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.71%

 BLUE value IS 178 (69.92% from 255) = 35.74%

R = 36.55%
G = 27.71%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B68AB2 (or 0xB68AB2) is known color: London Hue. HEX triplet: B6, 8A and B2. RGB value is (182,138,178). Sum of RGB (Red+Green+Blue) = 182+138+178=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68AB2 is #49754D. Grayscale: #9B9B9B. Windows color (decimal): -4814158 or 11700918. OLE color: 11700918.

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

Color convert

RGB 182 138 178 -
CMYK 0 0.24 0.02 0.29
HSL 305.45º 0.23% 0.63% -
HSV(B) 305.45º 0.24% 0.71% -
XYZ 36.42 31.34 46.25 -
YUV 155.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 182 138 178 0 0.24 0.02 0.29 305.45 0.23 0.63
Hex B6 8A B2 0 18 2 1D 131 17 3F
Octal 266 212 262 0 30 2 35 461 27 77
Binary 10110110 10001010 10110010 0 11000 10 11101 100110001 10111 111111

Color Harmonies of #B68AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68AB2

Black with #B68AB2

Text Example


Text Example

White with #B68AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68AB2; }

 p { color: rgb(182,138,178); }

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

background-color css

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

 a { background-color: rgb(182,138,178); }

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

border-color css

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

 span { border-color: rgb(182,138,178); }

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