Html Css Color HEX #B699AF London Hue

📋 copy color: '#B699AF'

red 182 ◦ green 153 ◦ blue 175

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

Shades of London Hue #B699AF

Tints of London Hue #B699AF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30%

 BLUE value IS 175 (68.75% from 255) = 34.31%

R = 35.69%
G = 30%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B699AF (or 0xB699AF) is known color: London Hue. HEX triplet: B6, 99 and AF. RGB value is (182,153,175). Sum of RGB (Red+Green+Blue) = 182+153+175=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 182 - color contains mainly: red. Hex color #B699AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B699AF is #496650. Grayscale: #A4A4A4. Windows color (decimal): -4810321 or 11508150. OLE color: 11508150.

HSL color Cylindrical-coordinate representation of color #B699AF: hue angle of 314.48º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B699AF is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 153 175 -
CMYK 0 0.16 0.04 0.29
HSL 314.48º 0.17% 0.66% -
HSV(B) 314.48º 0.16% 0.71% -
XYZ 38.42 35.82 45.45 -
YUV 164.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 182 153 175 0 0.16 0.04 0.29 314.48 0.17 0.66
Hex B6 99 AF 0 10 4 1D 13A 11 42
Octal 266 231 257 0 20 4 35 472 21 102
Binary 10110110 10011001 10101111 0 10000 100 11101 100111010 10001 1000010

Color Harmonies of #B699AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699AF

Black with #B699AF

Text Example


Text Example

White with #B699AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699AF; }

 p { color: rgb(182,153,175); }

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

background-color css

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

 a { background-color: rgb(182,153,175); }

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

border-color css

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

 span { border-color: rgb(182,153,175); }

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