Html Css Color HEX #BC8CAF London Hue

📋 copy color: '#BC8CAF'

red 188 ◦ green 140 ◦ blue 175

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

Shades of London Hue #BC8CAF

Tints of London Hue #BC8CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.83%

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

R = 37.38%
G = 27.83%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC8CAF (or 0xBC8CAF) is known color: London Hue. HEX triplet: BC, 8C and AF. RGB value is (188,140,175). Sum of RGB (Red+Green+Blue) = 188+140+175=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8CAF is #437350. Grayscale: #9E9E9E. Windows color (decimal): -4420433 or 11504828. OLE color: 11504828.

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

Color convert

RGB 188 140 175 -
CMYK 0 0.26 0.07 0.26
HSL 316.25º 0.26% 0.64% -
HSV(B) 316.25º 0.26% 0.74% -
XYZ 37.85 32.54 44.84 -
YUV 158.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 188 140 175 0 0.26 0.07 0.26 316.25 0.26 0.64
Hex BC 8C AF 0 1A 7 1A 13C 1A 40
Octal 274 214 257 0 32 7 32 474 32 100
Binary 10111100 10001100 10101111 0 11010 111 11010 100111100 11010 1000000

Color Harmonies of #BC8CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CAF

Black with #BC8CAF

Text Example


Text Example

White with #BC8CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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