Html Css Color HEX #B694B9 London Hue

📋 copy color: '#B694B9'

red 182 ◦ green 148 ◦ blue 185

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

Shades of London Hue #B694B9

Tints of London Hue #B694B9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.74%

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

R = 35.34%
G = 28.74%
B = 35.92%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B694B9 (or 0xB694B9) is known color: London Hue. HEX triplet: B6, 94 and B9. RGB value is (182,148,185). Sum of RGB (Red+Green+Blue) = 182+148+185=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 185 - color contains mainly: blue. Hex color #B694B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B694B9 is #496B46. Grayscale: #A2A2A2. Windows color (decimal): -4811591 or 12162230. OLE color: 12162230.

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

Color convert

RGB 182 148 185 -
CMYK 0.02 0.20 0 0.27
HSL 295.14º 0.21% 0.65% -
HSV(B) 295.14º 0.2% 0.73% -
XYZ 38.64 34.63 50.55 -
YUV 162.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 182 148 185 0.02 0.20 0 0.27 295.14 0.21 0.65
Hex B6 94 B9 2 14 0 1B 127 15 41
Octal 266 224 271 2 24 0 33 447 25 101
Binary 10110110 10010100 10111001 10 10100 0 11011 100100111 10101 1000001

Color Harmonies of #B694B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B694B9

Black with #B694B9

Text Example


Text Example

White with #B694B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B694B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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