Html Css Color HEX #BC89B5 London Hue

📋 copy color: '#BC89B5'

red 188 ◦ green 137 ◦ blue 181

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

Shades of London Hue #BC89B5

Tints of London Hue #BC89B5

RGB

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

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

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

R = 37.15%
G = 27.08%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC89B5 (or 0xBC89B5) is known color: London Hue. HEX triplet: BC, 89 and B5. RGB value is (188,137,181). Sum of RGB (Red+Green+Blue) = 188+137+181=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89B5 is #43764A. Grayscale: #9D9D9D. Windows color (decimal): -4421195 or 11897276. OLE color: 11897276.

HSL color Cylindrical-coordinate representation of color #BC89B5: hue angle of 308.24º 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 #BC89B5 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 137 181 -
CMYK 0 0.27 0.04 0.26
HSL 308.24º 0.28% 0.64% -
HSV(B) 308.24º 0.27% 0.74% -
XYZ 38.03 31.92 47.87 -
YUV 157.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 188 137 181 0 0.27 0.04 0.26 308.24 0.28 0.64
Hex BC 89 B5 0 1B 4 1A 134 1C 40
Octal 274 211 265 0 33 4 32 464 34 100
Binary 10111100 10001001 10110101 0 11011 100 11010 100110100 11100 1000000

Color Harmonies of #BC89B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89B5

Black with #BC89B5

Text Example


Text Example

White with #BC89B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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