Html Css Color HEX #B693BA London Hue

📋 copy color: '#B693BA'

red 182 ◦ green 147 ◦ blue 186

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

Shades of London Hue #B693BA

Tints of London Hue #B693BA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.54%

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

R = 35.34%
G = 28.54%
B = 36.12%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B693BA (or 0xB693BA) is known color: London Hue. HEX triplet: B6, 93 and BA. RGB value is (182,147,186). Sum of RGB (Red+Green+Blue) = 182+147+186=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #B693BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693BA is #496C45. Grayscale: #A1A1A1. Windows color (decimal): -4811846 or 12227510. OLE color: 12227510.

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

Color convert

RGB 182 147 186 -
CMYK 0.02 0.21 0 0.27
HSL 293.85º 0.22% 0.65% -
HSV(B) 293.85º 0.21% 0.73% -
XYZ 38.59 34.36 51.05 -
YUV 161.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 182 147 186 0.02 0.21 0 0.27 293.85 0.22 0.65
Hex B6 93 BA 2 15 0 1B 126 16 41
Octal 266 223 272 2 25 0 33 446 26 101
Binary 10110110 10010011 10111010 10 10101 0 11011 100100110 10110 1000001

Color Harmonies of #B693BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B693BA

Black with #B693BA

Text Example


Text Example

White with #B693BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B693BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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