Html Css Color HEX #B699B3 London Hue

📋 copy color: '#B699B3'

red 182 ◦ green 153 ◦ blue 179

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

Shades of London Hue #B699B3

Tints of London Hue #B699B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.82%

R = 35.41%
G = 29.77%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B699B3 (or 0xB699B3) is known color: London Hue. HEX triplet: B6, 99 and B3. RGB value is (182,153,179). Sum of RGB (Red+Green+Blue) = 182+153+179=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 182 - color contains mainly: red. Hex color #B699B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699B3 is #49664C. Grayscale: #A4A4A4. Windows color (decimal): -4810317 or 11770294. OLE color: 11770294.

HSL color Cylindrical-coordinate representation of color #B699B3: hue angle of 306.21º 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 #B699B3 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 153 179 -
CMYK 0 0.16 0.02 0.29
HSL 306.21º 0.17% 0.66% -
HSV(B) 306.21º 0.16% 0.71% -
XYZ 38.82 35.98 47.55 -
YUV 164.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 182 153 179 0 0.16 0.02 0.29 306.21 0.17 0.66
Hex B6 99 B3 0 10 2 1D 132 11 42
Octal 266 231 263 0 20 2 35 462 21 102
Binary 10110110 10011001 10110011 0 10000 10 11101 100110010 10001 1000010

Color Harmonies of #B699B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699B3

Black with #B699B3

Text Example


Text Example

White with #B699B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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