Html Css Color HEX #BC82BB London Hue

📋 copy color: '#BC82BB'

red 188 ◦ green 130 ◦ blue 187

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

Shades of London Hue #BC82BB

Tints of London Hue #BC82BB

RGB

 RED value IS 188 (73.83% from 255) = 37.23%

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

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 37.23%
G = 25.74%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC82BB (or 0xBC82BB) is known color: London Hue. HEX triplet: BC, 82 and BB. RGB value is (188,130,187). Sum of RGB (Red+Green+Blue) = 188+130+187=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BC82BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82BB is #437D44. Grayscale: #999999. Windows color (decimal): -4422981 or 12288700. OLE color: 12288700.

HSL color Cylindrical-coordinate representation of color #BC82BB: hue angle of 301.03º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC82BB is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 130 187 -
CMYK 0 0.31 0.01 0.26
HSL 301.03º 0.3% 0.62% -
HSV(B) 301.03º 0.31% 0.74% -
XYZ 37.69 30.24 50.86 -
YUV 153.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 188 130 187 0 0.31 0.01 0.26 301.03 0.3 0.62
Hex BC 82 BB 0 1F 1 1A 12D 1E 3E
Octal 274 202 273 0 37 1 32 455 36 76
Binary 10111100 10000010 10111011 0 11111 1 11010 100101101 11110 111110

Color Harmonies of #BC82BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC82BB

Black with #BC82BB

Text Example


Text Example

White with #BC82BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC82BB; }

 p { color: rgb(188,130,187); }

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

background-color css

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

 a { background-color: rgb(188,130,187); }

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

border-color css

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

 span { border-color: rgb(188,130,187); }

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