Html Css Color HEX #BC89B7 London Hue

📋 copy color: '#BC89B7'

red 188 ◦ green 137 ◦ blue 183

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

Shades of London Hue #BC89B7

Tints of London Hue #BC89B7

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.97%

 BLUE value IS 183 (71.88% from 255) = 36.02%

R = 37.01%
G = 26.97%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC89B7 (or 0xBC89B7) is known color: London Hue. HEX triplet: BC, 89 and B7. RGB value is (188,137,183). Sum of RGB (Red+Green+Blue) = 188+137+183=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89B7 is #437648. Grayscale: #9D9D9D. Windows color (decimal): -4421193 or 12028348. OLE color: 12028348.

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

Color convert

RGB 188 137 183 -
CMYK 0 0.27 0.03 0.26
HSL 305.88º 0.28% 0.64% -
HSV(B) 305.88º 0.27% 0.74% -
XYZ 38.23 32 48.96 -
YUV 157.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 188 137 183 0 0.27 0.03 0.26 305.88 0.28 0.64
Hex BC 89 B7 0 1B 3 1A 132 1C 40
Octal 274 211 267 0 33 3 32 462 34 100
Binary 10111100 10001001 10110111 0 11011 11 11010 100110010 11100 1000000

Color Harmonies of #BC89B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89B7

Black with #BC89B7

Text Example


Text Example

White with #BC89B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89B7; }

 p { color: rgb(188,137,183); }

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

background-color css

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

 a { background-color: rgb(188,137,183); }

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

border-color css

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

 span { border-color: rgb(188,137,183); }

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