Html Css Color HEX #BC89AF London Hue

📋 copy color: '#BC89AF'

red 188 ◦ green 137 ◦ blue 175

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

Shades of London Hue #BC89AF

Tints of London Hue #BC89AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35%

R = 37.6%
G = 27.4%
B = 35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC89AF (or 0xBC89AF) is known color: London Hue. HEX triplet: BC, 89 and AF. RGB value is (188,137,175). Sum of RGB (Red+Green+Blue) = 188+137+175=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC89AF is #437650. Grayscale: #9C9C9C. Windows color (decimal): -4421201 or 11504060. OLE color: 11504060.

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

Color convert

RGB 188 137 175 -
CMYK 0 0.27 0.07 0.26
HSL 315.29º 0.28% 0.64% -
HSV(B) 315.29º 0.27% 0.74% -
XYZ 37.42 31.68 44.7 -
YUV 156.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 188 137 175 0 0.27 0.07 0.26 315.29 0.28 0.64
Hex BC 89 AF 0 1B 7 1A 13B 1C 40
Octal 274 211 257 0 33 7 32 473 34 100
Binary 10111100 10001001 10101111 0 11011 111 11010 100111011 11100 1000000

Color Harmonies of #BC89AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89AF

Black with #BC89AF

Text Example


Text Example

White with #BC89AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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