Html Css Color HEX #B68ABA London Hue

📋 copy color: '#B68ABA'

red 182 ◦ green 138 ◦ blue 186

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

Shades of London Hue #B68ABA

Tints of London Hue #B68ABA

RGB

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

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

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

R = 35.97%
G = 27.27%
B = 36.76%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B68ABA (or 0xB68ABA) is known color: London Hue. HEX triplet: B6, 8A and BA. RGB value is (182,138,186). Sum of RGB (Red+Green+Blue) = 182+138+186=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #B68ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68ABA is #497545. Grayscale: #9C9C9C. Windows color (decimal): -4814150 or 12225206. OLE color: 12225206.

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

Color convert

RGB 182 138 186 -
CMYK 0.02 0.26 0 0.27
HSL 295º 0.26% 0.64% -
HSV(B) 295º 0.26% 0.73% -
XYZ 37.24 31.67 50.6 -
YUV 156.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 182 138 186 0.02 0.26 0 0.27 295 0.26 0.64
Hex B6 8A BA 2 1A 0 1B 127 1A 40
Octal 266 212 272 2 32 0 33 447 32 100
Binary 10110110 10001010 10111010 10 11010 0 11011 100100111 11010 1000000

Color Harmonies of #B68ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68ABA

Black with #B68ABA

Text Example


Text Example

White with #B68ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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