Html Css Color HEX #BC88BB London Hue

📋 copy color: '#BC88BB'

red 188 ◦ green 136 ◦ blue 187

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

Shades of London Hue #BC88BB

Tints of London Hue #BC88BB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.61%

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

R = 36.79%
G = 26.61%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC88BB (or 0xBC88BB) is known color: London Hue. HEX triplet: BC, 88 and BB. RGB value is (188,136,187). Sum of RGB (Red+Green+Blue) = 188+136+187=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88BB is #437744. Grayscale: #9D9D9D. Windows color (decimal): -4421445 or 12290236. OLE color: 12290236.

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

Color convert

RGB 188 136 187 -
CMYK 0 0.28 0.01 0.26
HSL 301.15º 0.28% 0.64% -
HSV(B) 301.15º 0.28% 0.74% -
XYZ 38.51 31.89 51.14 -
YUV 157.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 188 136 187 0 0.28 0.01 0.26 301.15 0.28 0.64
Hex BC 88 BB 0 1C 1 1A 12D 1C 40
Octal 274 210 273 0 34 1 32 455 34 100
Binary 10111100 10001000 10111011 0 11100 1 11010 100101101 11100 1000000

Color Harmonies of #BC88BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC88BB

Black with #BC88BB

Text Example


Text Example

White with #BC88BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC88BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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