Html Css Color HEX #B682AC London Hue

📋 copy color: '#B682AC'

red 182 ◦ green 130 ◦ blue 172

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

Shades of London Hue #B682AC

Tints of London Hue #B682AC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.86%

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

R = 37.6%
G = 26.86%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B682AC (or 0xB682AC) is known color: London Hue. HEX triplet: B6, 82 and AC. RGB value is (182,130,172). Sum of RGB (Red+Green+Blue) = 182+130+172=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B682AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B682AC is #497D53. Grayscale: #969696. Windows color (decimal): -4816212 or 11305654. OLE color: 11305654.

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

Color convert

RGB 182 130 172 -
CMYK 0 0.29 0.05 0.29
HSL 311.54º 0.26% 0.61% -
HSV(B) 311.54º 0.29% 0.71% -
XYZ 34.72 28.89 42.78 -
YUV 150.34 140.23 150.58 -
System Red Green Blue C M Y K H S L
Decimal 182 130 172 0 0.29 0.05 0.29 311.54 0.26 0.61
Hex B6 82 AC 0 1D 5 1D 138 1A 3D
Octal 266 202 254 0 35 5 35 470 32 75
Binary 10110110 10000010 10101100 0 11101 101 11101 100111000 11010 111101

Color Harmonies of #B682AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B682AC

Black with #B682AC

Text Example


Text Example

White with #B682AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B682AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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