Html Css Color HEX #B698B5 London Hue

📋 copy color: '#B698B5'

red 182 ◦ green 152 ◦ blue 181

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

Shades of London Hue #B698B5

Tints of London Hue #B698B5

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.51%

 BLUE value IS 181 (71.09% from 255) = 35.15%

R = 35.34%
G = 29.51%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B698B5 (or 0xB698B5) is known color: London Hue. HEX triplet: B6, 98 and B5. RGB value is (182,152,181). Sum of RGB (Red+Green+Blue) = 182+152+181=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 182 - color contains mainly: red. Hex color #B698B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698B5 is #49674A. Grayscale: #A4A4A4. Windows color (decimal): -4810571 or 11901110. OLE color: 11901110.

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

Color convert

RGB 182 152 181 -
CMYK 0 0.16 0.01 0.29
HSL 302º 0.17% 0.65% -
HSV(B) 302º 0.16% 0.71% -
XYZ 38.86 35.74 48.57 -
YUV 164.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 182 152 181 0 0.16 0.01 0.29 302 0.17 0.65
Hex B6 98 B5 0 10 1 1D 12E 11 41
Octal 266 230 265 0 20 1 35 456 21 101
Binary 10110110 10011000 10110101 0 10000 1 11101 100101110 10001 1000001

Color Harmonies of #B698B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698B5

Black with #B698B5

Text Example


Text Example

White with #B698B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698B5; }

 p { color: rgb(182,152,181); }

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

background-color css

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

 a { background-color: rgb(182,152,181); }

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

border-color css

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

 span { border-color: rgb(182,152,181); }

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