Html Css Color HEX #B693B9 London Hue

📋 copy color: '#B693B9'

red 182 ◦ green 147 ◦ blue 185

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

Shades of London Hue #B693B9

Tints of London Hue #B693B9

RGB

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

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

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

R = 35.41%
G = 28.6%
B = 35.99%

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

#B693B9 (or 0xB693B9) is known color: London Hue. HEX triplet: B6, 93 and B9. RGB value is (182,147,185). Sum of RGB (Red+Green+Blue) = 182+147+185=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 185 - color contains mainly: blue. Hex color #B693B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693B9 is #496C46. Grayscale: #A1A1A1. Windows color (decimal): -4811847 or 12161974. OLE color: 12161974.

HSL color Cylindrical-coordinate representation of color #B693B9: hue angle of 295.26º degrees, saturation: 0.21, 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 #B693B9 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 147 185 -
CMYK 0.02 0.21 0 0.27
HSL 295.26º 0.21% 0.65% -
HSV(B) 295.26º 0.21% 0.73% -
XYZ 38.48 34.32 50.49 -
YUV 161.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 182 147 185 0.02 0.21 0 0.27 295.26 0.21 0.65
Hex B6 93 B9 2 15 0 1B 127 15 41
Octal 266 223 271 2 25 0 33 447 25 101
Binary 10110110 10010011 10111001 10 10101 0 11011 100100111 10101 1000001

Color Harmonies of #B693B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B693B9

Black with #B693B9

Text Example


Text Example

White with #B693B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B693B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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