Html Css Color HEX #B694AC London Hue

📋 copy color: '#B694AC'

red 182 ◦ green 148 ◦ blue 172

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

Shades of London Hue #B694AC

Tints of London Hue #B694AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.26%

R = 36.25%
G = 29.48%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B694AC (or 0xB694AC) is known color: London Hue. HEX triplet: B6, 94 and AC. RGB value is (182,148,172). Sum of RGB (Red+Green+Blue) = 182+148+172=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B694AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B694AC is #496B53. Grayscale: #A0A0A0. Windows color (decimal): -4811604 or 11310262. OLE color: 11310262.

HSL color Cylindrical-coordinate representation of color #B694AC: hue angle of 317.65º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B694AC is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 148 172 -
CMYK 0 0.19 0.05 0.29
HSL 317.65º 0.19% 0.65% -
HSV(B) 317.65º 0.19% 0.71% -
XYZ 37.33 34.1 43.64 -
YUV 160.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 182 148 172 0 0.19 0.05 0.29 317.65 0.19 0.65
Hex B6 94 AC 0 13 5 1D 13E 13 41
Octal 266 224 254 0 23 5 35 476 23 101
Binary 10110110 10010100 10101100 0 10011 101 11101 100111110 10011 1000001

Color Harmonies of #B694AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B694AC

Black with #B694AC

Text Example


Text Example

White with #B694AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B694AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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