Html Css Color HEX #B68AB9 London Hue

📋 copy color: '#B68AB9'

red 182 ◦ green 138 ◦ blue 185

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

Shades of London Hue #B68AB9

Tints of London Hue #B68AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 36.04%
G = 27.33%
B = 36.63%

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

#B68AB9 (or 0xB68AB9) is known color: London Hue. HEX triplet: B6, 8A and B9. RGB value is (182,138,185). Sum of RGB (Red+Green+Blue) = 182+138+185=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 185 - color contains mainly: blue. Hex color #B68AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68AB9 is #497546. Grayscale: #9C9C9C. Windows color (decimal): -4814151 or 12159670. OLE color: 12159670.

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

Color convert

RGB 182 138 185 -
CMYK 0.02 0.25 0 0.27
HSL 296.17º 0.25% 0.63% -
HSV(B) 296.17º 0.25% 0.73% -
XYZ 37.14 31.62 50.05 -
YUV 156.51 144.08 146.18 -
System Red Green Blue C M Y K H S L
Decimal 182 138 185 0.02 0.25 0 0.27 296.17 0.25 0.63
Hex B6 8A B9 2 19 0 1B 128 19 3F
Octal 266 212 271 2 31 0 33 450 31 77
Binary 10110110 10001010 10111001 10 11001 0 11011 100101000 11001 111111

Color Harmonies of #B68AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68AB9

Black with #B68AB9

Text Example


Text Example

White with #B68AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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